type

Aus Mikiwiki
Wechseln zu: Navigation, Suche

Der Shell-Befehl type zeigt an, ob ein Befehl ein Unix-Befehl, ein integrierter Befehl oder eine definierte Shellfunktion ist.

Verwendung

$ type mv read
mv is hashed (/bin/mv)
read is a shell builtin