Completed
- Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Command Line Crash Course for Beginners - Terminal Commands
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Agora Sponsor
- 3 - Slides Start
- 4 - Why Learn The Command Line?
- 5 - Command Line vs Terminal vs Shell
- 6 - Let's Talk About Windows
- 7 - Gist File
- 8 - Up & Down Arrow
- 9 - Tab Key
- 10 - Keyboard Shortcuts
- 11 - man
- 12 - whoami
- 13 - date
- 14 - clear
- 15 - pwd
- 16 - ls
- 17 - cd
- 18 - open, start, xdg-open
- 19 - mkdir
- 20 - touch
- 21 - rm
- 22 - rm -r
- 23 - cp
- 24 - mv
- 25 - cat
- 26 - RIght Angle Bracket (piping)
- 27 - less
- 28 - head
- 29 - tail
- 30 - nano
- 31 - echo
- 32 - grep
- 33 - find
- 34 - More On Piping
- 35 - ln (symlinks)
- 36 - tar
- 37 - history