cd
The DSEFS shell remembers the last working directory of each file system separately.
|
The DSEFS prompt identifies the current working directory in DSEFS:
|
Synopsis
cd <filepath>
Options
- filepath
-
Absolute or relative file path. Wildcard characters are supported. For absolute paths, file system prefixes
dsefs:andfile:are supported...is the parent directory.
Examples
- Change directory in DSEFS
-
dsefs dsefs://127.0.0.1:5598/ > cd tmpdsefs dsefs://127.0.0.1:5598/tmp/ > - Change directory to the last working directory on the local file system
-
dsefs dsefs://127.0.0.1:5598/ > cd file:/dsefs file:/home/user1/path/to/local/files - Change directory to the parent directory on the local file system
-
dsefs file:/home/user1/path/to/local/files > cd ..dsefs file:/home/user1/path/to/local > - Go back to the last working directory in DSEFS
-
dsefs file:/home/user1/path/to/local/files > cd dsefs:dsefs dsefs://127.0.0.1:5598/ >