gtpo1m5mOperations

ZFILE cd-Change the Current Working Directory

Use this command to change the current working directory of your TPF terminal.

Requirements and Restrictions

Format




path
is the path name of the directory to which you are changing. If you do not specify this parameter, the default directory, which is initially set to the root directory (/), is used. You can also use one of the following in place of a specific directory:

.
leaves you in the current directory.

..
changes the current directory to the parent of the current directory.

-
changes the current directory to the previous directory.

Additional Information

Examples

In the following example, the current directory is changed to /tmp.

+--------------------------------------------------------------------------------+
|User:   ZFILE cd /tmp                                                           |
|                                                                                |
|System: FILE0003I 15:31:22 cd /tmp COMPLETED SUCCESSFULLY.  NO OUTPUT TO DISPLAY|
+--------------------------------------------------------------------------------+

Related Information