1
0
Fork 0
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:
Sebastiaan Speck 2024-12-09 01:01:43 +01:00 committed by GitHub
parent a860ac3986
commit 84986cc539
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View file

@ -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:

View file

@ -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`