Shell

Which shell command?

A shell command is one that is processed internally by the shell . There is no corresponding executable program. Take cd for instance. There is no /bin/cd program, say, and which cd specifies that it is a built-in command. It is part of the shell. This begs the question “What is the where command in …

Which shell command? Read More »