egghead.io
illustration for Automate Daily Development Tasks with Bash

Course

Automate Daily Development Tasks with Bash

  1. 1
    Course Overview: Automate Daily Development Tasks with Bash
    44s
  2. 2
    Navigate the Filesystem in Bash
    2m 26s
  3. 3
    View Files and Folders in Bash
    3m 7s
  4. 4
    Create and Delete Files and Folders in Bash
    2m 58s
  5. 5
    Move and Copy Files and Folders with Bash
    2m 18s
  6. 6
    Find Files and Folders with `find` in Bash
    2m 56s
  7. 7
    Search for Text with `grep`
    2m 2s
  8. 8
    Make HTTP Requests in Bash with `curl`
    5m 32s
  9. 9
    Create and Run Bash Scripts with Command Line Arguments
    5m 41s
  10. 10
    Store and Use Values with Bash Variables
    4m
  11. 11
    Understand and Use Functions in Bash
    3m 40s
  12. 12
    Understand Exit Statuses in Bash
    3m 2s
  13. 13
    Use Conditional Statements in Bash
    4m 50s
  14. 14
    Chain Commands with Pipes and Redirect Output in Bash
    3m

Navigate the Filesystem in Bash

Cameron Nokes
InstructorCameron Nokes
  • bash
    Bash
  • mac
    mac

Share this video with your friends

Send Tweet

In this lesson, we’ll learn how to change the working directory using cd and list a directory's contents using ls. We'll see how ls's -l and -a flags work.

Build your Developer Portfolio and climb the engineering career ladder.
  • Search
  • Talks
  • Podcasts
  • Machine
  • Pricing
  • Store
©egghead.io
Terms & Conditions