How to CREATE & REMOVE Folders On Mac Using Terminal Commands - Basic Tutorial | New

  • 2 months ago
How to Make and Delete Folders On Mac Using Terminal Commands - Basic Tutorial | New #TerminalCommands #Terminal #ComputerScienceVideos

Social Media:
--------------------------------
Twitter: https://twitter.com/ComputerVideos
Instagram: https://www.instagram.com/computer.science.videos/
YouTube: https://www.youtube.com/c/ComputerScienceVideos

CSV GitHub: https://github.com/ComputerScienceVideos
Personal GitHub: https://github.com/RehanAbdullah
--------------------------------
Contact via e-mail
--------------------------------
Business E-Mail: ComputerScienceVideosBusiness@gmail.com
Personal E-Mail: rehan2209@gmail.com

Support us on PayPal: https://www.paypal.com/paypalme/ComputerScienceVideo

© Computer Science Videos 2021
Transcript
00:00Computer Science videos here today to show you guys in this tutorial how to
00:05create and delete folders on terminal on a Mac computer. Without further ado let us
00:11start the video. So in this tutorial you need to have access to a Mac computer
00:16to be able to use terminal and the commands being inserted into the command
00:21prompt to execute an output. We're gonna start this tutorial so you can now go all
00:29the way down to the dock, go to launchpad, search for terminal, open up the
00:36application which should be built into the Mac computer. If not you can't
00:39download. And so let's just now increase the size of everything we see on screen
00:44that's clear. Let's just print working directory to see where we are at.
00:55LS minus L. To list everything within the computer science videos folder let's
01:04navigate to the desktop. CD desktop slash semicolon LS minus L. Let's now create a
01:16folder using the terminal command make directory. Let's call this folder hello.
01:30Let's now decrease the size of the terminal window. You'll see why I've done
01:36that in a moment. Go back to the terminal, enter and there we go. The folder called
01:45hello has now been created. To remove that folder we need to execute the
01:52command called remove directory. So RMDIR and then we can use speech marks that
02:05will help us to navigate to the correct folder. Because if we are not using
02:15speech marks, let's just see what happens. Type in HE tab, go back one and this is
02:37what happens. After typing HE, pressing tab we may remove the wrong file or
02:46folder which is what we do not want. Let's delete that command itself. Remove
02:57directory, speech marks hello, enter and the folder called hello has now been
03:05removed after we did create. Now we delete, has been removed from the
03:12computer itself. Let's just clear the screen for the moment. Let's now use LS
03:19minus L to list everything on the desktop and there you go. So we can now
03:27quit terminal and so that's it for this video. I'll see you guys in the next tutorial.
03:33Thanks for now. Thank you for making it towards the end of the video. Be sure to
03:38subscribe to my channel Computer Science Videos. Be sure to check out the previous
03:43video on screen now or you can ideally click on the playlist and watch all the
03:49journey for computer science videos from the start until now.

Recommended