j
k
j a
j l
* Charilaos Skiadas skiadas@hanover.edu [2007-01-31 10:10]:
echo -n " " So that's echo -n followed by a tab in quotes.
echo -n " "
So that's echo -n followed by a tab in quotes.
You can make this more obvious with: echo -ne "\t"
That works with Bash's built-in echo, but not with /bin/echo.
Back to the thread
Back to the list