Part I: Shell Fundamentals
Foundational concepts for shell mastery.
Key Concepts
-
Shell types (bash, zsh, sh)
-
Command parsing and quoting
-
Variables and environment
-
Pipes and subshells
-
I/O redirection and file descriptors
-
Shell configuration files
Synergy with Linux Bible
| Shell Scripting | Linux Bible | Study Approach |
|---|---|---|
Ch 1-2 |
Ch 3 (Using the Shell) |
Read in parallel - foundational concepts |
Ch 3 (Variables/Pipelines) |
Ch 4 (Command Line) |
Linux Bible intro, then Tevault deep dive |
Ch 4 (I/O Redirection) |
Ch 5 (Text Files) |
Connect redirection to text processing |
Ch 5 (Environment) |
Ch 3 (Shell Basics) |
Apply to your Zsh config |