-
BASH
Bash If-Then-Else Example
This is a Bash If-Then-Else Example. Sometimes you need to specify different courses of action to be taken in a…
Read More » -
BASH
Bash If – Statement Example
This is an If – Condition Example. Sometimes you need to specify different courses of action to be taken in…
Read More » -
BASH
Linux Bash awk Example
This is an awk tutorial. The basic function of awk is to search files for lines or other text units…
Read More » -
BASH
A Sed (Stream Editor) Example
This is a Sed (Stream Editor) example. A Stream Editor is used to perform basic transformations on text read from…
Read More » -
BASH
Bash Regular Expressions Example
A regular expression is a pattern that describes a set of strings. Regular expressions are constructed analogously to arithmetic expressions…
Read More » -
BASH
Bash Environment Variables Tutorial
This is a Bash Environment Variables Tutorial. There exists two types of variables: Global Variables Local Variables Global variables or…
Read More »