Kolam Ayer MakersLinux Foundations

Text Transforms

Core Idea

Linux tools can reshape text without opening an editor.

Practice Alone

Use sed for substitutions and awk for fields.

Done When

You can transform a line and extract a field from a structured file.

Go Deeper