mkdir – Make directory is the terminal command we use to create a new directory(folder).
mkdir Example
We will be using our terminal for this demonstration if you would like to try some of our mkdir examples then go a head and fire up your terminal.
#Make a new directory
Thomass-MBP:desktop Tommy$ mkdir test
Thomass-MBP:desktop Tommy$ ls
django projects web developement notes
learnPython python wizardtut.py
manage.py test
movies videos
#Make multiple directories
Thomass-MBP:desktop Tommy$ ls
django python videos
learnPython test web developement notes
manage.py test1 wizardtut.py
movies test2
projects test3
mkdir
No comments:
Post a Comment