which: add Dutch translation (#13168)
This commit is contained in:
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}}`
|
Reference in New Issue
Block a user