Absolute BEGINNER Guide to the Mac OS Terminal
726,192 views
0

 Published On Dec 31, 2018

In this video you'll get an absolute beginner introduction to the Mac OS terminal. By the end of the video you should feel comfortable browsing files and folders in your computer via the terminal. We'll also cover using the terminal to create, edit and delete files and folders. Along the way, you'll get pro tips that will help increase your terminal game quickly.

Skills

✅ 0:30 - Where is the Terminal app?
✅ 0:45 - What does the $ mean in the Terminal?
✅ 1:25 - How to show files and folders in the Terminal
✅ 2:50 - How to change directories in the Terminal
✅ 4:23 - What does ".." and "." mean in the Terminal?
✅ 5:19 - How to clear the Terminal screen
✅ 6:00 - What does "~" mean in the Terminal?
✅ 6:50 - How to create files in the Terminal
✅ 7:13 - How to autocomplete file names in the Terminal
✅ 8:26 - How edit text and HTML files in the Terminal
✅ 10:12 - How to scroll through previous commands in the Terminal
✅ 11:26 - How to delete files in the Terminal
✅ 11:51 - How to create folders/directories in the Terminal
✅ 15:18 - How to delete folders/directories in the Terminal

Terminal Commands

🕹 1:25 - pwd - print working directory, show the current folder/directory
🕹 1:25 - ls - show the files and folders/directories in the current folder/directory
🕹 2:50 - cd - change directories
🕹 5:19 - clear - clear the terminal screen
🕹 6:50 - touch - create a file in the terminal
🕹 8:26 - nano - simple terminal-based text editor
🕹 10:12 - history - show previous commands
🕹 11:26 - rm - remove (delete) files in the terminal
🕹 11:51 - mkdir - create folder/directory in the terminal
🕹 15:18 - rm -r - remove (delete) folders/directories in the terminal

About

I'm Percy Grunwald from https://TopTechSkills.com here to help you get to the next level in programming, web development, DevOps and more! I hope you found this video useful, please leave a comment if there's anything I can help you with.

show more

Share/Embed