Skip to content

Adds a 'which' command

Jeremy Soller requested to merge tmccrmck:which into master

Created by: tmccrmck

One of the first things I do when popping in a foreign shell is finding where binaries are installed. For this reason, I decided to add this.

ion:file:/home/user# which man ls rg
file:/bin/man
file:/bin/ls
rg not found

Merge request reports