echo -n in unix code example
Example: echo -n bash
echo(1) - display a line of text
Echo the STRING(s) to standard output.
-n do not output the trailing newline
echo(1) - display a line of text
Echo the STRING(s) to standard output.
-n do not output the trailing newline