Checking the Current Working Directory

The pwd command can be used to print working directory.

Example:
~> pwd
D:/Programs

The difference between pwd and cd without arguments is that pwd prints the path with '/' (forward slash) as a path separator while the later prints the path with '\' (backward slash) as the path separator.


Documentation Index Page