1. Урок 1. 00:00:45
    Course Overview: Automate Daily Development Tasks with Bash
  2. Урок 2. 00:02:27
    Navigate the Filesystem in Bash
  3. Урок 3. 00:03:08
    View Files and Folders in Bash
  4. Урок 4. 00:02:59
    Create and Delete Files and Folders in Bash
  5. Урок 5. 00:02:19
    Move and Copy Files and Folders with Bash
  6. Урок 6. 00:02:57
    Find Files and Folders with `find` in Bash
  7. Урок 7. 00:02:03
    Search for Text with `grep`
  8. Урок 8. 00:05:33
    Make HTTP Requests in Bash with `curl`
  9. Урок 9. 00:05:42
    Create and Run Bash Scripts with Command Line Arguments
  10. Урок 10. 00:04:01
    Store and Use Values with Bash Variables
  11. Урок 11. 00:03:41
    Understand and Use Functions in Bash
  12. Урок 12. 00:03:03
    Understand Exit Statuses in Bash
  13. Урок 13. 00:04:51
    Use Conditional Statements in Bash
  14. Урок 14. 00:03:01
    Chain Commands with Pipes and Redirect Output in Bash