Shell Scripting, Linux is a must.
Sigiloso
A shell is a computer program designed for unix which use in unix commands as script .the shell execute the script as a direct command and process it .the shell script promotes various advantange such task automation, multiple command support easier in development and portability.we write shell script in bash shell starting with #(shebang) example of shell script is echo ls -al.