2 3 5 6 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Shell Scripting

What is a shell script?

A shell script is a  series of shell commands put together in a file, when the script is run, those commands will be executed one line at a time automatically. Shell scripts are used in software environments to automate execution of tasks. When compared to other computer programs, a shell script is interpreted and not compiled. 

Example Shell Script

Related Entries

Spread the word: