This course covers text processing in Bash scripting, teaching key tools like echo, grep, sed, and awk. You'll learn to manipulate text efficiently, from basic output to complex processing, enabling you to automate text tasks in shell scripts.
Overview
Syllabus
- Lesson 1: Echo Text Control in Bash
- Lesson 2: File Name Expansion and Management in Bash
- Lesson 3: Pattern Matching and Search with Grep
- Lesson 4: Text Substitution and Editing with Sed
- Lesson 5: Text Processing with awk