mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 13:55:30 +02:00
pwd: merge with common, jobs: update more information page (#14961)
This commit is contained in:
parent
7b66eb9b4a
commit
c94909502c
3 changed files with 5 additions and 17 deletions
|
@ -10,3 +10,7 @@
|
||||||
- Print the current directory, and resolve all symlinks (i.e. show the "physical" path):
|
- Print the current directory, and resolve all symlinks (i.e. show the "physical" path):
|
||||||
|
|
||||||
`pwd -P`
|
`pwd -P`
|
||||||
|
|
||||||
|
- Print the current logical directory:
|
||||||
|
|
||||||
|
`pwd -L`
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Shell builtin for viewing information about processes spawned by the current shell.
|
> Shell builtin for viewing information about processes spawned by the current shell.
|
||||||
> Options other than `-l` and `-p` are exclusive to `bash`.
|
> Options other than `-l` and `-p` are exclusive to `bash`.
|
||||||
> More information: <https://manned.org/jobs>.
|
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-jobs>.
|
||||||
|
|
||||||
- View jobs spawned by the current shell:
|
- View jobs spawned by the current shell:
|
||||||
|
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
# 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`
|
|
Loading…
Add table
Reference in a new issue