Manuel Perez - Shell Utilities
Describe three shell utilities and take screenshots of their use
Grep is super useful to search a text file for patterns. It allows you to search one or more files and even enables the use of regex.
Python allows you to run a python shell, where you can work with python libraries.
history - A command that allows you to view all the previous commands.
Install a program using a package manager and take a screenshot
I installed this program because I saw other people showcasing command line games. This one, called boatman implements the common logic game where you have a goat, wolf, and grass. You need to use your boat to get all 3 to the other side, but can only take one at a time. Wolf will eat goat when left alone, and goat will eat grass when left alone. What do you do?