Table of Contents

Bash - Print Working directory (pwd)

About

pwd displays the absolute pathname of the current directory in bash.

Syntax

pwd [-LP]

where:

The return status is 0 unless an error occurs while reading the name of the current directory or an invalid option is supplied.

Logical [default] and Physical working directories

To print the Logical [default] and Physical working directories, use pwd -L and pwd -P

$ pwd -L
/tmp/bar/baz
$ pwd -P
/tmp/foo