Shell Scripting (Bash)
0(0 Ratings)

Course Curriculum
Introduction
-
Getting the latest version
00:00 -
Requisites
00:00 -
Uses of this document
00:00
Very simple Scripts
-
Traditional hello world script
00:00 -
A very simple backup script
00:00
All about redirection
-
Theory and quick reference
00:00 -
Sample: stdout 2 file
00:00 -
Sample: stderr 2 file
00:00 -
Sample: stdout 2 stderr
00:00 -
Sample: stderr 2 stdout
00:00 -
Sample: stderr and stdout 2 file
00:00
Pipes
-
What they are and why you’ll want to use them
00:00 -
Sample: simple pipe with sed
00:00 -
Sample: an alternative to ls -l *.txt
00:00
Variables
-
Sample: Hello World! using variables
00:00 -
Sample: A very simple backup script (little bit better)
00:00 -
Local variables
00:00
Conditionals
-
Dry Theory
00:00 -
Sample: Basic conditional example if .. then
00:00 -
Sample: Basic conditional example if .. then … else
00:00 -
Sample: Conditionals with variables
00:00
Loops for, while and until
-
For sample
00:00 -
C-like for
00:00 -
While sample
00:00 -
Until sample
00:00
Functions
-
Functions sample
00:00 -
Functions with parameters sample
00:00
User interfaces
-
Using select to make simple menus
00:00 -
Using the command line
00:00
Misc
-
Reading user input with read
00:00 -
Arithmetic evaluation
00:00 -
Finding bash
00:00 -
Getting the return value of a program
00:00 -
Capturing a commands output
00:00 -
Multiple source files
00:00
Tables
-
String comparison operators
00:00 -
String comparison examples
00:00 -
Arithmetic operators
00:00 -
Arithmetic relational operators
00:00 -
Useful commands
00:00
More Scripts
-
Applying a command to all files in a directory.
00:00 -
Sample: A very simple backup script (little bit better)
00:00 -
File re-namer
00:00 -
File renamer (simple)
00:00 -
When something goes wrong (debugging)
00:00 -
Ways Calling BASH
00:00
Student Ratings & Reviews
No Review Yet