home *** CD-ROM | disk | FTP | other *** search
- print string [file [append]]
-
- Print the string argument. If no file is specified
- then string is output to the standard output file. If
- file is specified, then string is output to that file.
- If the append option is given, then string is appended
- to file; otherwise any existing contents of file are
- discarded before string is written to the file.
-
-