vimwiki/tech/pwd.wiki

17 lines
235 B
Plaintext
Raw Normal View History

2021-10-11 03:22:53 +00:00
= 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]]