Closed heratyian closed 6 months ago
It's a best practice to keep 1 workspace folder for all of your code. Let's set that up now.
pwd
% pwd
/Users/ianheraty
mkdir Workspace
Workspace
% mkdir Workspace
ls
% ls
Applications Downloads Music Workspace
Desktop Library Pictures tmp
Documents Movies Public
open .
% open .
Please submit a screenshot showing this new folder.
Please create a scratch folder inside your Workspace.
scratch
This is a place to experiment and create one off scripts and files.
Please submit a screenshot showing this folder.
Here are my notes on this. Feel free to use your own images or adjust as you see fit.
It's a best practice to keep 1 workspace folder for all of your code. Let's set that up now.
pwd
command to print the working directory. It should look something like this.% pwd
/Users/ianheraty
mkdir Workspace
command to make aWorkspace
directory.% pwd
/Users/ianheraty
% mkdir Workspace
ls
command to list the contents of your directory and verify you have created the Workspace directory.% ls
Applications Downloads Music Workspace
Desktop Library Pictures tmp
Documents Movies Public
open .
command to open the current directory in finder.% open .
Workspace
folder to your favorites for easy access.Please submit a screenshot showing this new folder.
Scratch folder 😼
Please create a
scratch
folder inside yourWorkspace
.This is a place to experiment and create one off scripts and files.
Please submit a screenshot showing this folder.