From 66f8474c64a67e5e0b22dc49ada4312001c3b7b3 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Thu, 13 Jun 2024 08:31:25 +0200 Subject: [PATCH] dircolors: add Dutch translation (#12953) --- pages.nl/common/dircolors.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.nl/common/dircolors.md diff --git a/pages.nl/common/dircolors.md b/pages.nl/common/dircolors.md new file mode 100644 index 0000000000..9363fa3003 --- /dev/null +++ b/pages.nl/common/dircolors.md @@ -0,0 +1,24 @@ +# dircolors + +> Geef commando's weer om de LS_COLOR-omgevingsvariabele in te stellen en style `ls`, `dir` enz. +> Meer informatie: . + +- Geef commando's weer om LS_COLOR in te stellen met standaardkleuren: + +`dircolors` + +- Geef commando's weer om LS_COLOR in te stellen met kleuren uit een bestand: + +`dircolors {{pad/naar/bestand}}` + +- Geef commando's weer voor de Bourne-shell: + +`dircolors --bourne-shell` + +- Geef commando's weer voor de C-shell: + +`dircolors --c-shell` + +- Bekijk de standaardkleuren voor bestandstypen en extensies: + +`dircolors --print-data`