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)NAMEecho - echo (print) argumentsSYNOPSIS[arg] ...DESCRIPTIONwrites 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 INFLUENCESEnvironment 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.AUTHORwas developed by OSF and HP.SEE ALSOsh(1).BUGSNo characters are printed after the first This is not normally a problem.STANDARDS CONFORMANCEecho(1)
Related Man Pages |
---|
dirname(1) - hpux |
expand(1) - hpux |
inv(1) - hpux |
printf(1) - hpux |
echo(1) - osf1 |
Similar Topics in the Unix Linux Community |
---|
How to capture status code and echo a message |
NULL checking |
VG calculation in GB |
Echo backspace in spinner script |
Code optimization |