gtpo1m5rOperations

ZFILE echo-Write Data to the Standard Output Stream

Use this command to write data to the standard output (stdout) stream. You can also use this command as a simple editor by using input/output (I/O) redirection.

Requirements and Restrictions

Format




string
is the string to be written. End the string with a new-line character (the Enter key) or a redirection character (> or >>).

Separate parameters, such as string and redirection characters, by blanks. Follow the last parameter with a new-line character (press the Enter key).

Additional Information

Examples

In the following example, string #!QZZ1 is written to test.file.

+---------------------------------------------------------------------------------------------+
|User:   ZFILE echo '#!QZZ1' > test.file                                                      |
|                                                                                             |
|System: FILE0003I 15:31:22 echo '#!QZZ... COMPLETED SUCCESSFULLY.  NO OUTPUT TO DISPLAY      |
+---------------------------------------------------------------------------------------------+

Related Information

See Information Technology--Portable Operating System Interface for Computer Environments (POSIX) for more information about the POSIX standards.