mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 05:52:22 +00:00
Update cheatsheets
This commit is contained in:
21
linux/pwd
Normal file
21
linux/pwd
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pwd
|
||||
|
||||
> Print name of current/working directory.
|
||||
> More information: <https://www.gnu.org/software/coreutils/pwd>.
|
||||
|
||||
- Print the current directory:
|
||||
|
||||
`pwd`
|
||||
|
||||
- Print the current directory, and resolve all symlinks (i.e. show the "physical" path):
|
||||
|
||||
`pwd --physical`
|
||||
|
||||
- Print the current logical directory:
|
||||
|
||||
`pwd --logical`
|
||||
Reference in New Issue
Block a user