August 2000
Intermediate to advanced
816 pages
29h 45m
English
echo
echo [options] [string]
Write string to standard output, terminated by a newline. If no string is supplied, echo a newline. In bash, echo is just an alias for print -. (See also echo in Chapter 3).
Enable interpretation of escape characters:
Audible alert
Backspace
Suppress the terminating newline (same as -n)
Form feed
Newline
Carriage return
Horizontal tab
Vertical tab
Backslash
The character in the ASCII set corresponding to the octal number nnn.
The character in the ASCII set corresponding to the hexadecimal number nnn.
Do not append a newline to the output.
Disable interpretation of escape characters.
Read now
Unlock full access