From 84986cc5391d99f61ff039f0ffc949fc189ff981 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:01:43 +0100 Subject: [PATCH] jobs: update Dutch more info link; pwd: update Dutch translation (#15071) --- pages.nl/linux/jobs.md | 2 +- pages/common/pwd.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/pages.nl/linux/jobs.md b/pages.nl/linux/jobs.md index 2bfb9f575..8a86523bc 100644 --- a/pages.nl/linux/jobs.md +++ b/pages.nl/linux/jobs.md @@ -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: . +> Meer informatie: . - Bekijk jobs die door de huidige shell zijn gestart: diff --git a/pages/common/pwd.md b/pages/common/pwd.md index 0fe225724..9b63a5932 100644 --- a/pages/common/pwd.md +++ b/pages/common/pwd.md @@ -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`