What is Unix shell scripting?

    Requires Free Membership to View

When you sign on to a Unix system, your session runs in a shell. The most common shells are C Shell, Bourne Shell, and Korn Shell. On Windows systems, you can start a DOS command-line "shell." In any of these systems, the shell is the interaction between you and the operating system. This interaction is performed by typing in a series of commands at the command-line prompt. Shell scripting is the ability to link together a series of commands in a file to accomplish some task. To accomplish that task, all one has to do is to execute the file that contains the shell script commands. For more information and some examples, see the following: Shell script in Wikipedia

This was first published in May 2008

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.