1 Temmuz 2019 Pazartesi

type komutu

Giriş
Not : which komutu yerine type komutu tercih edilmeli

Açıklaması şöyle
type is part of POSIX, but as part of the X/Open Systems Interfaces option (XSI).
...
So type is flagged because it is an optional feature.
Şöyle yaparız.
$ type echo
echo is a shell builtin
-a seçeneği
all locations anlamına gelir. Bu seçenek whereis komutu ve which komutundan daha iyi olabiliyor.
Örnek
Şöyle yaparız.
$ type -a echo
echo is a shell builtin
echo is /bin/echo
Örnek
Şöyle yaparız.
$ type -a read
read is a shell builtin
$ type -a echo
echo is a shell builtin
echo is /bin/echo

Hiç yorum yok:

Yorum Gönder