Bash: Echo – Print with out changing line
We use the -n flag which instructs echo not to output the trailing newline.
echo -n ${percentage}
Advertisements
We use the -n flag which instructs echo not to output the trailing newline.
echo -n ${percentage}