Bash: Echo – Print with out changing line26 October 2014 in Bash tagged \n / bash / echo / GNU/Linux / new line by Tux We use the -n flag which instructs echo not to output the trailing newline. echo -n ${percentage}