What is Unix shell scripting?
What is Unix shell scripting?

    Requires Free Membership to View

    By submitting your registration information to SearchOracle.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchOracle.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

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.