12
rated 0 times
[
12]
[
0]
/ answers: 1 / hits: 1851
/ 1 Year ago, wed, april 13, 2022, 1:15:25
I want to display a welcome message in the start of my script:
echo "Running $0 $@"
But $@
might be very long. How can I break this line into multiple up-to-80 character lines?
More From » command-line