echo options in linux shell scripting - backspace, tab, carriage return - Shell Scripting Views : 519
Tagged in : Shell Scripting
0 0
Send mail
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
By RameshKumar, On - 2010-01-27



    Login to add Comments .