mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 19:01:36 +00:00
Update cheatsheets
This commit is contained in:
17
pwd
Normal file
17
pwd
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
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 -P`
|
||||
Reference in New Issue
Block a user