Zenler Player
Your course is loading. Hang tight.
Shell Scripting, SED and AWK
Back to curriculum
0% Complete
0% Complete
Shell Scripting, SED and AWK
Introduction to Shell Script
A Simple Shell Script
Variables
Demo of Variable
I/O Redirection
Pipe
Filename Substitution
Single Quote, Double Quote, Backslash
Command Substitution
Integer Arithmetic
expr Command
Exit Status
if...then Statement
test Command
Testing Integer Comparison
Testing Strings
Testing Files
Testing Logical Negation
Testing Logical OR (-o)
Testing Logical AND (-a)
&& and || for Combined Test
Do Nothing or Null command
if...then...else Statement
Nested If
Another Syntax for Nested if (if...elif)
Double Parentheses
Double Square Brackets
exit Command
case Command
for Command
Reading a File
Another Syntax of for Command
while Command
until Command
Nested Loop
Redirection of Loop Output
break Command
continue Command
Command Line Arguments
$# variable
$* variable
$@ variable
shift Command
What is Function
return Command
Getting Output From Function
Function Parameters
Variables in function
Array
Array and Function
Introduction to sed
-e option (multiple commands), -f option (commands in file)
s command, Substitute command
Address
Address for multiple commands
d command, Delete command
i and a command, insert and append command
Introduction to awk
Multiple action/commands
-f Option, program in file
-F Option, field separator
Variables and Data Field Variables
BEGIN and END
About Course
Shell Scripting, SED and AWK
Preview
Introduction
Introduction to Shell Script
Preview
A Simple Shell Script
Preview
Variables
Demo of Variable
I/O Redirection
Pipe
Filename Substitution
Single Quote, Double Quote, Backslash
Command Substitution
Integer Arithmetic
expr Command
Decisions
Exit Status
if...then Statement
test Command
Testing Integer Comparison
Testing Strings
Testing Files
Testing Logical Negation
Testing Logical OR (-o)
Testing Logical AND (-a)
&& and || for Combined Test
Do Nothing or Null command
if...then...else Statement
Nested If
Another Syntax for Nested if (if...elif)
Double Parentheses
Double Square Brackets
exit Command
case Command
Loops
for Command
Reading a File
Another Syntax of for Command
while Command
until Command
Nested Loop
Redirection of Loop Output
break Command
continue Command
Command Line Parameters
Command Line Arguments
$# variable
$* variable
$@ variable
shift Command
Functions
What is Function
return Command
Getting Output From Function
Function Parameters
Variables in function
Array
Array
Array and Function
SED
Introduction to sed
-e option (multiple commands), -f option (commands in file)
s command, Substitute command
Address
Address for multiple commands
d command, Delete command
i and a command, insert and append command
AWK
Introduction to awk
Multiple action/commands
-f Option, program in file
-F Option, field separator
Variables and Data Field Variables
BEGIN and END
×
This is an unpublished lesson. This lesson will not be shown for students unless you set it as Public.
Back to Dashboard
No contents are available in this lesson!
No lessons available !
Back to Dashboard
Lesson contents locked
Enroll to unlock this lesson.
Enroll to unlock
Next Lesson