Bash Scripting Lessons
- Lesson 1: Introduction to Bash Scripting
- Lesson 2: Linux Bash Variables
- Lesson 3: Bash Control Structures – if else
- Lesson 4: Bash Control Structures – loops (for, while, until)
- Lesson 5: Linux Bash Read User Input with Example
- Lesson 6: Using Bash Command Substitution
- Lesson 7: Bash Functions with Examples
- Lesson 8: Working with Bash Strings
- Lesson 9: Bash Maths Operations (Bash Arithmetic) Examples
- Lesson 10: Bash File Operation (Read, Write, Copy)
- Lesson 11: Practical Linux Bash Examples and Projects
Additional topics
Commands
- Check Disk Usage on the Linux with du Command
- Linux Directories: cd (Change Directory), pwd (Print Working Directory), mkdir (Make Directory)
- Linux Files Operation: chown (Change Ownership of the Files)
- Linux Files Operation: find Temp Files and Execute Commands on Found Files
- Linux Files Operation: grep, Efficient Text Search
- Linux Files Operation: mv, rm, cp (Rename, Remove and Copy Files and Directories)
- Linux Files Operation: tar and zmore Extracting Files
- Linux Files Operation: touch, cat, less – Read Content of Files
- Linux Process Management, kill Command
- Linux Process, List all Running Services with ps Command