Working with Directories:
Manage Directories
cdCommand:
Used to change the current working directory.
Example: cd /path/to/directory.
pwdCommand:
Prints the current working directory.
Example: pwd.
~(Tilde):
Represents the home directory of the current user....