mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 04:17:58 +01:00
pwd: fixed typo
This commit is contained in:
parent
c0d0e38c6e
commit
c570460c9c
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
|||
|
||||
`pwd`
|
||||
|
||||
- Print the current directory, and resolve all symlinks (e.g. show the "physical" path):
|
||||
- Print the current directory, and resolve all symlinks (i.e. show the "physical" path):
|
||||
|
||||
`pwd -P`
|
||||
|
|
Loading…
Reference in a new issue