Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 534 Bytes

README.md

File metadata and controls

24 lines (24 loc) · 534 Bytes

Topic List (Bash Scripting)

  1. Hello Bash
  2. Redirect to files
  3. Comments
  4. Conditional Statements
  5. Loops
  6. Script Input
  7. Script Outputs
  8. Pipes - send output from one script to another
  9. String Processing
  10. Numbers & Arithmetic
  11. Declare Commands
  12. Arrays
  13. Functions
  14. Files & Directories
  15. Sending Emails via Script
  16. Curl in Scripts
  17. Professional menus
  18. Wait for file system events with inotify
  19. Introduction to grep
  20. Introduction to awk
  21. Introduction to sed
  22. Debugging bash scripts .