Differences between version 5 and predecessor to the previous major change of ShellBuiltinNotes.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Thursday, August 16, 2007 10:13:12 pm | by IanMcDonald | Revert |
Older page: | version 4 | Last edited on Thursday, August 16, 2007 8:45:43 pm | by BenStaz | Revert |
@@ -1,5 +1,5 @@
-In Unix, a shell builtin is a command or a function, called from a shell
, that is executed directly in the shell itself, instead of an external executable program which the shell would load and execute.
+In Unix, a shell builtin is a command or a function, called from a [Shell]
, that is executed directly in the shell itself, instead of an external executable program which the shell would load and execute.
!How can I tell if the command I am using is a shell builtin rather than an external program?
*type <command_name>