Topic 11
Date: 3/25/2020
Linux shell scripting tutorial
Linux System Administration
Agenda
Video SSH
Connect to your desktop in the Linux lab via ssh.
Create a directory for shell scripting exercises.
A shell script and executable permissions.
if
and
case
statements
Loops with
while
and
until
conditional statements.
for
loop.
Functions in shell scripts.
awk
programming language.
grep
line search filter and regular expressions.
String editor
sed
References: for details, consult
Bash Guide for Beginners
Agenda
Shell scripting exercises
if and case statements
Looping with while and until
Looping with for statement
functions
Using quotes
awk
grep
sed
Take me to the Course Website