Pro Bash learn to script and program the GNU/Linux shell

Learn how to effectively utilize the Bash shell in your programming. This refreshed and expanded third edition has been updated to Bash 5.2, and many scripts have been rewritten to make them more idiomatically Bash, taking better advantage of features specific to Bash. It is easy to read, understand...

Full description

Bibliographic Details
Main Authors: Varma, Jayant, Johnson, Chris F. A. (Author)
Format: eBook
Language:English
Published: New York Apress 2023
Edition:Third edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Includes bibliographical references and index
  • 1. Hello, World: Your First Shell Program
  • 2. Input, Output and Throughput
  • 3. Looping and Branching
  • 4. Command-Line parsing and Expansion
  • 5. Parameters and Variables
  • 6. Shell Functions
  • 7. String Manipulation
  • 8. File Operations and Commands
  • 9. Reserved Words and Built-in Commands
  • 10. Writing Bug-Free Scripts and Debugging the Rest
  • 11. Programming for the Command Line
  • 12. Runtime Configuration
  • 13. Data Processing.-14. Scripting the Screen
  • 15. Entry Level Programming