mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-22 07:44:17 +02:00
dircolors: add Dutch translation (#12953)
This commit is contained in:
parent
fa3b864f9f
commit
66f8474c64
1 changed files with 24 additions and 0 deletions
24
pages.nl/common/dircolors.md
Normal file
24
pages.nl/common/dircolors.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# dircolors
|
||||
|
||||
> Geef commando's weer om de LS_COLOR-omgevingsvariabele in te stellen en style `ls`, `dir` enz.
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/dircolors>.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue