Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 528 Bytes

pwd.md

File metadata and controls

33 lines (24 loc) · 528 Bytes
title description created updated
pwd Linux Command
pwd (print working directory) Linux Command is used to print full directory path of current working directory.
2019-09-13
2019-09-13

pwd (print working directory) Linux Command is used to print full directory path of current working directory.

Syntax

pwd [Option(s)]

Flags for pwd Command

pwd -L: Prints the symbolic path. pwd -P: Prints the actual path.

Examples

pwd #=> /Users/experimental
pwd -L
pwd -P