Command-line scripting for automation, DevOps, and system administration.
This page lists curated books and learning resources for this language, organized from beginner to advanced. Most books are shared via public Google Drive links maintained by the project. See Contributing before suggesting new links.
β Elixir Β· All languages Β· R β
These books provide a solid foundation in navigating the command line and writing your first shell scripts.
- The Linux Command Line (2nd Edition)
- Bash Guide for Beginners (Online Resource)
Deep dives into advanced scripting techniques, performance, and command-line data processing.
- Advanced Bash-Scripting Guide (Online Resource)
- Data Science at the Command Line (2nd Edition)
These resources are perfect for quick lookups and writing safer scripts.
- GNU Bash Reference Manual (Official Reference)
- Greg's Wiki β BashGuide (Online Resource)
- ShellCheck (Online Resource)
- Google Shell Style Guide (Online Resource)