hpux man page for echo

Query: echo

OS: hpux

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

echo(1) 						      General Commands Manual							   echo(1)

NAME
echo - echo (print) arguments
SYNOPSIS
[arg] ...
DESCRIPTION
writes its arguments separated by blanks and terminated by a new-line on the standard output. It also understands C-like escape conven- tions; beware of conflicts with the shell's use of write an alert character backspace print line without appending a new-line form-feed new-line carriage return tab vertical tab backslash the 8-bit character whose ASCII code is the 1-, 2-, 3- or 4-digit octal number n, whose first character must be a zero. write an 8-bit value that is the zero-, one-, two- or three-digit octal number num is useful for producing diagnostics in command files and for sending known data into a pipe. Notes Berkeley differs from this implementation. The former does not implement the backslash escapes. However, the semantics of the escape can be obtained by using the option. The echo command implemented as a built-in function of follows the Berkeley semantics (see csh(1)).
EXTERNAL INFLUENCES
Environment Variables determines the interpretation of arg as single and/or multi-byte characters. If is not specified in the environment or is set to the empty string, the value of is used as a default for each unspecified or empty vari- able. If is not specified or is set to the empty string, a default of "C" (see lang(5)) is used instead of If any internationalization variable contains an invalid setting, behaves as if all internationalization variables are set to "C". See environ(5). International Code Set Support Single- and multi-byte character code sets are supported.
AUTHOR
was developed by OSF and HP.
SEE ALSO
sh(1).
BUGS
No characters are printed after the first This is not normally a problem.
STANDARDS CONFORMANCE
echo(1)
Related Man Pages
asa(1) - hpux
cat(1) - hpux
head(1) - hpux
what(1) - hpux
echo(1) - osf1
Similar Topics in the Unix Linux Community
How to capture status code and echo a message
append data in a file by using tab delimiter
NULL checking
Unable to pass a space inside a variable shell scripting
Echo backspace in spinner script