echo options in linux shell scripting - backspace, tab, carriage return

by RameshKumar 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

Tagged in:

1815
like
0
dislike
0
mail
flag

You must LOGIN to add comments