|
|
echo options in linux shell scripting - backspace, tab, carriage return - Shell Scripting
|
Views : 519
|
|
Tagged in : Shell Scripting
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|