Query: print
OS: sunos
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
print(1) User Commands print(1)NAMEprint - shell built-in function to output characters to the screen or windowSYNOPSISksh print [ -Rnprsu [n]] [arg...]DESCRIPTIONksh The shell output mechanism. With no flags or with flag - or -, the arguments are printed on standard output as described by echo(1).OPTIONSThe following options are supported: -n suppresses new-line from being added to the output. -R -r (raw mode) ignore the escape conventions of echo. The -R option will print all subsequent arguments and options other than -n. -p causes the arguments to be written onto the pipe of the process spawned with |& instead of standard output. -s causes the arguments to be written onto the history file instead of standard output. -u [ n ] flag can be used to specify a one digit file descriptor unit number n on which the output will be placed. The default is 1.EXIT STATUSThe following exit values are returned: 0 Successful operation. >0 Output file is not open for writing.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+SEE ALSOecho(1), ksh(1), attributes(5) SunOS 5.10 15 Apr 1994 print(1)
Related Man Pages |
---|
pwd(1) - sunos |
print(1) - opensolaris |
print(1) - sunos |
let(1) - mojave |
let(1) - php |
Similar Topics in the Unix Linux Community |
---|
If condition getting bypassed |
Newline character not working for ksh |
How to compare two strings using if |
VG calculation in GB |
Unable to echo the content |