mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 22:15:26 +02:00
which: add Dutch translation (#13168)
This commit is contained in:
parent
d5868910de
commit
d318f11532
1 changed files with 12 additions and 0 deletions
12
pages.nl/common/which.md
Normal file
12
pages.nl/common/which.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# which
|
||||
|
||||
> Zoek een programma in het pad van de gebruiker.
|
||||
> Meer informatie: <https://manned.org/which>.
|
||||
|
||||
- Doorzoek de PATH-omgevingsvariabele en toon de locatie van eventuele overeenkomende uitvoerbare bestanden:
|
||||
|
||||
`which {{uitvoerbaar_bestand}}`
|
||||
|
||||
- Als er meerdere uitvoerbare bestanden zijn die overeenkomen, toon ze allemaal:
|
||||
|
||||
`which -a {{uitvoerbaar_bestand}}`
|
Loading…
Add table
Reference in a new issue