Files
tldr/pages.fr/common/which.md
2021-05-01 12:49:31 -04:00

12 lines
345 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# which
> Localise un programme dans le chemin de l'utilisateur.
- Fouille la variable d'environnement « PATH » et affiche l'emplacement des programmes exécutables correspondants à la requête :
`which {{exécutable}}`
- Affiche tous les exécutables correspondants à la requête, s'il y en a plus qu'un :
`which -a {{exécutable}}`