start page | rating of books | rating of authors | reviews | copyrights

UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: trap Chapter 4
The Bourne Shell and Korn Shell
Next: Reference: typeset
 

type



type

 

commands

Show whether each command name is a UNIX command, a built-in command, or a defined shell function. In the Korn shell, this is simply an alias for whence -v .

Example

$ 

type mv read

 mv is /bin/mv read is a shell builtin


Previous: Reference: trap UNIX in a Nutshell: System V Edition Next: Reference: typeset
Reference: trap Book Index Reference: typeset

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