UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: ttyChapter 2
Unix Commands
Next: Reference: umask
 

type

type program ...

Print a description of program, i.e., whether it is a shell built in, a function, or an external command. type is built-in to the Bourne and Korn shells. See Chapter 4 and also see which.

Example

Describe cd and ls:

$ type cd ls
cd is a shell builtin
ls is /usr/bin/ls


Previous: Reference: ttyUNIX in a Nutshell: System V EditionNext: Reference: umask
Reference: ttyBook IndexReference: umask

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System