Introduction To Shell Scripting
Introduction To Shell Scripting
Presentation on:
• There are basically 3 main important types of shell. They are as follows:-
A shell script is a list of commands in a computer program that is run by the Unix shell
which is a command line interpreter.
A shell script usually has comments that describe the steps. The different operations
performed by shell scripts are program execution, file manipulation and text printing.
A wrapper is also a kind of shell script that creates the program environment, runs
the program etc.
NEED OF SHELL SCRIPTING:
Portable.
Qiuck start.
Simple up learn.
DISADVANTAGES OF SHELL SCRIPTING:
COMMANDS
rm - removes the entries for a mv - moves files and
IN SHELL specified file, group of files, or
certain select files from a list
directories from one directory
to another or renames a file or
SCRIPTING: within a directory. directory.