type
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
Der Shell-Befehl type zeigt an, ob ein Befehl ein Unix-Befehl, ein integrierter Befehl oder eine definierte Shellfunktion ist.
$ type mv read mv is hashed (/bin/mv) read is a shell builtin