PWD - Print Working Directory
Display the absolute path of the current working directory. Essential for navigation awareness and script path management.
Usage
pwd-tool [options]
Options
-P: Show physical path (resolve symlinks)-L: Show logical path (with symlinks, default)
Examples
pwd-tool
pwd-tool -P