print [options] [string ...]Korn shell only. Display string (on standard output by default). print includes the functions of echo and can be used in its place on most Unix systems.
-Ignore all subsequent options.
--Same as -.
-f formatPrint like printf, using format as the format string. Ignores the -n, -r, and -R options. ksh93 only.
-nDon't end output with a newline.
-pSend string to the process created by |&, instead of to standard output.
-rIgnore the escape sequences often used with echo.
-RSame as -r and ignore subsequent options (except -n).
-sSend string to the history file.
-u[n]Send string to file descriptor n (default is 1).