Course Length: 3 days
What You Will Learn: You will learn the
skills required for developing basic and intermediate-level Korn shell
scripts. It begins with a summary of the concepts and operators that make
the Korn shell one of the most powerful scripting environments in UNIX and
Linux today. Emphasis is placed on
developing practical shell scripts.
ü
full and relative pathnames
ü
redirection
· redirect standard output
· redirect standard error output
· redirect standard input
ü
pipes
ü echo
ü
filename generation
ü creation and assignment
ü evaluation
ü names
ü command line arguments
ü positional parameters
ü shift command
ü set command
ü system variables
ü quoting
· single quote
· double quote
· backslash
ü interactive shell procedures
ü read
ü export
ü multiway branch (case)
ü non-interactive procedure
ü interactive procedure
· read command
ü if
ü
else
ü elif
ü
test
command
ü
command
substitution
ü
background
process
ü
parameter
substitution
ü
&&
and || operators
ü
command
grouping
ü
while
ü
until
ü
break
ü
continue
ü
for