1
0
Fork 0
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:
Sebastiaan Speck 2024-06-26 17:23:00 +02:00 committed by GitHub
parent d5868910de
commit d318f11532
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
pages.nl/common/which.md Normal file
View 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}}`