echo options in linux shell scripting - backspace, tab, carriage return
by RameshKumar[ Edit ] 2010-01-27 18:26:05
Echo command is used to print message on screen
-e option Enable interpretation of the following backslash-escaped
\a alert (bell)
\b backspace
\c suppress trailing new line
\n new line
\r carriage return
\t horizontal tab
\ backslash