gtpo1m6d | Operations |
Use this command to remove ZFILE environment variables for the current user.
Requirements and Restrictions
Format
|
Additional Information
ZFILE HELP unset
ZFILE HELP
ZFILE ?
This command does not write to the standard output (stdout) stream.
You can redirect the standard error (stderr) stream from the display terminal to a file by specifying one of the redirection characters (2> or 2>>) followed by the file name to which you want the error output written. The 2> character writes the error output to a file. The 2>> character appends the error output to an existing file.
Examples
In the following example, environment variable PATH is removed.
+---------------------------------------------------------------------------------------------+ |User: ZFILE unset PATH | | | |System: FILE0003I 08:14:31 unset PATH COMPLETED SUCCESSFULLY. NO OUTPUT TO DISPLAY. | +---------------------------------------------------------------------------------------------+
Related Information