SYNOPSIS
print
[
DESCRIPTION
Calling print without options or with only the
Options
-f format-
uses the specified format string to format the output. The format string specified with this option is the same as the format string used by the printf utility.
-n -
does not automatically add a newline to the end of the output.
-p -
sends output to a co-process. For a description of a co-process, see sh.
-R -
is similar to
-r except that print treats all subsequent options (except-n ) as arguments rather than as options. -r -
ignores escape conventions.
-s -
appends output to the command history file rather than sending it to standard output.
-u [descriptor]-
redirects the output to the file corresponding to the single digit file descriptor. The default file descriptor is 1.
DIAGNOSTICS
Possible exit status values are:
- 0
-
Successful completion.
- 1
-
Failure due to any of the following:
- 2
-
Failure because of an invalid command line option.
- Cannot print on file descriptor ...
-
You tried to print on a file descriptor that was not opened for writing.
- History not available
-
You specified the
-s option to write into a history file, but at present you are not using a history file.
PORTABILITY
Windows 8.1. Windows Server 2012 R2. Windows 10. Windows Server 2016. Windows Server 2019. Windows 11. Windows Server 2022.
print is a built-in command of the KornShell on UNIX, but not of the Bourne Shell. It is an extension to the POSIX.2 and XPG standards.
NOTES
print is an alias built into the MKS KornShell and should not be confused with the Windows print command.
AVAILABILITY
PTC MKS Toolkit for Power Users
PTC MKS Toolkit for System Administrators
PTC MKS Toolkit for Developers
PTC MKS Toolkit for Interoperability
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
PTC Windchill Requirements and Validation
SEE ALSO
PTC MKS Toolkit 10.4 Documentation Build 39.