unix scavenger hunt
On jupyter.bennington.college, using the terminal, find the file with "people" in its name, somewhere under /var/workshop/ which includes the name "Jim Mahoney". Add your name and the date to that file.
Hints:
- You can access the shell terminal with the "New..." menu at jupyter.bennington.college, after you've logged in with your bennington credentials.
- There are "unix command line shell" tutorials on the resources page. Useful commands include "ls", "tree", "grep", "nano", "vim", "emacs", among others.
Brownie points:
- Are there any other files that you can edit within /var/workshop/ ?