17 lines
235 B
Plaintext
17 lines
235 B
Plaintext
= pwd =
|
|
|
|
Print the working directory
|
|
|
|
== Usage and Flags ==
|
|
|
|
pwd [-L|-P]
|
|
|
|
* -L
|
|
- print pwd that usually appears in command line status, aka LOGICAL path
|
|
* -P
|
|
- ignore symlinks, aka PHYSICAL path
|
|
|
|
also see man pwd
|
|
|
|
[[index]]
|