This is a course for beginners to learn how to navigate the terminal/command line. I tried to make it as OS agnostic as possible, but if you are on Windows, I suggest using something like "Git Bash".
⭐ Check out Agora!
💻 Gist With All Commands:
https://gist.github.com/bradtraversy/cc180de0edee05075a6139e42d5f28ce
👇 Follow Traversy Media On Social Media:
Twitter: https://twitter.com/traversymedia
Instagram: https://www.instagram.com/traversymedia
Linkedin: https://www.linkedin.com/in/bradtraversy
Timestamps:
- Intro
- Agora Sponsor
- Slides Start
- Why Learn The Command Line?
- Command Line vs Terminal vs Shell
- Let's Talk About Windows
- Gist File
- Up & Down Arrow
- Tab Key
- Keyboard Shortcuts
- man
- whoami
- date
- clear
- pwd
- ls
- cd
- open, start, xdg-open
- mkdir
- touch
- rm
- rm -r
- cp
- mv
- cat
- RIght Angle Bracket (piping)
- less
- head
- tail
- nano
- echo
- grep
- find
- More On Piping
- ln (symlinks)
- tar
- history