![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Escape Sequences appearing in scripts | jwm-wm | UNIX for Dummies Questions & Answers | 1 | 05-08-2008 01:31 PM |
| CLI Magic: Use ANSI escape sequences to display a clock in your terminal | iBot | UNIX and Linux RSS News | 0 | 01-22-2008 05:40 AM |
| awk / escape character | OFFSIHR | Shell Programming and Scripting | 8 | 11-29-2006 01:28 PM |
| copying image sequences | jonson | Shell Programming and Scripting | 1 | 11-15-2006 06:16 AM |
| AWK and hex sequences | JoeTheGuy | Shell Programming and Scripting | 5 | 10-17-2002 08:17 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
as blowtorch said, read the man page of echo or use google to find some answers.
Code:
# man echo
---snip---
SunOS 5.10 Last change: 20 Jan 2000 1
User Commands echo(1)
The following character sequences will be recognized within any of the arguments:
\a Alert character.
\b Backspace.
\c Print line without new-line. All charac-
ters following the \c in the argument are
ignored.
\f Form-feed.
\n New-line.
\r Carriage return.
\t Tab.
\v Vertical tab.
\\ Backslash.
\0n Where n is the 8-bit character whose ASCII
code is the 1-, 2- or 3-digit octal number
representing that character.
---snip---
regards pressy (your friendly moderator) |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|