mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 17:15:32 +02:00
jobs: update Dutch more info link; pwd: update Dutch translation (#15071)
This commit is contained in:
parent
a860ac3986
commit
84986cc539
2 changed files with 1 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Shell ingebouwd commando om informatie te bekijken over processen die door de huidige shell zijn gestart.
|
||||
> Opties anders dan `-l` en `-p` zijn exclusief voor `bash`.
|
||||
> Meer informatie: <https://manned.org/jobs>.
|
||||
> Meer informatie: <https://www.gnu.org/software/bash/manual/bash.html#index-jobs>.
|
||||
|
||||
- Bekijk jobs die door de huidige shell zijn gestart:
|
||||
|
||||
|
|
|
@ -10,7 +10,3 @@
|
|||
- Print the current directory, and resolve all symlinks (i.e. show the "physical" path):
|
||||
|
||||
`pwd -P`
|
||||
|
||||
- Print the current logical directory:
|
||||
|
||||
`pwd -L`
|
||||
|
|
Loading…
Add table
Reference in a new issue