9 Eylül 2019 Pazartesi

which komutu - type komutunu kullanın

Giriş
Not : Bu komut yerine type komutu tercih edilmeli

Açıklaması şöyle.
which searches for binaries in the $PATH, a.k.a. command-line tools. User applications are not such tools and not available in the command line.
Windows'taki "where" komutuna benzer. 

Örnek
Şöyle yaparız.
$ which python
/anaconda3/bin/python
Örnek
Şöyle yaparız.
$ which uname
/bin/uname
Örnek
Şöyle yaparız.
$ which ping
/usr/bin/ping 
Örnek - İki Parameter Birden
Şöyle yaparız.
$ which node postfix
/root/.nvm/versions/node/v14.15.1/bin/node
/usr/sbin/postfix

















Hiç yorum yok:

Yorum Gönder