Se você estiver pesquisando informações sobre grunt
.Run
whereis grunt
Ou
whatis grunt
Ou
which grunt
onde grunhido durante a execução deste eu recebo a seguinte mensagem de erro Nenhum comando 'where' encontrado, você quis dizer: Comando 'gwhere' do pacote 'gwhere' (universo) onde: comando não encontrado
Se você estiver pesquisando informações sobre grunt
.Run
whereis grunt
Ou
whatis grunt
Ou
which grunt
Não é where
, mas which
. Então
which grunt
informará a localização do binário.
O comando para localizar o pacote binário é which
e o comando para localizar os pacotes binários e manuais é whereis
. Então which ls
daria
/bin/ls
e whereis ls
dariam
ls: /bin/ls /usr/share/man/man1/ls.1.gz
em que o primeiro argumento /bin/ls
é o arquivo binário e /usr/share/man/man1/ls.1.gz
é a página de manual.