terminal command to create a folder code example
Example 1: how to create a directory in terminal
mkdir new-folder
Example 2: create folder in terminal
mkdir *Name of Directory*
Example 3: insert commands to create three new folders with mac
mkdir "My Folder" "My Other Folder" "Not That Folder"