mkdir stands for “make directory,” and can be used to create new directories
(folders) from the command line.
The command to make a folder titled testingR would be:
$ mkdir testingR/
Check out ls to find out what’s inside!
mkdir stands for “make directory,” and can be used to create new directories
(folders) from the command line.
The command to make a folder titled testingR would be:
$ mkdir testingR/
Check out ls to find out what’s inside!