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ğiall 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