Next:
What is Linux Shell?
Up:
week3
Previous:
week3
Introduction to Shell Programming
This lecture is prepared for beginners who wish to learn the basics of shell scripting/programming plus introduction to power tools such as
awk, sed,
etc.
Subsections
What is Linux Shell?
What is Shell Script ?
Getting started with Shell Programming
How to write shell script
Variables in Shell
Shell Arithmetic
Exit Status
The read Statement
Why Command Line arguments required
Redirection of Standard output/input
Shells (bash) structured Language Constructs
Decision making
Loops
How to de-bug the shell script?
Advanced Shell Scripting Commands
Local and Global Shell variable (export command)
Conditional execution i.e.
and
User Interface and dialog utility
Dialog Utility
getopts command
2006-03-13