Cmd Generator

pwd

Print the current working directory path.

pwd

Examples

# Print current directory
pwd

# Resolve symlinks
pwd -P

# Keep symlinks
pwd -L