pwd: merge with common, jobs: update more information page (#14961)
This commit is contained in:
@@ -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`
|
|
Reference in New Issue
Block a user