In the terminal, navigate to the exercise1 directory in your Documents/exercises directory
Create an HTML_Files directory
In ONE command, move all of the html files into the HTML_Files directory.
Then, grep through the binDirectoryContents file to find all unique words containing "lib"
Use the | operator to search through the /usr/share/ directory for all files that end in a file extension.
Create three variables containing your first name, last name, and age. Then print a string cohesive sentence using all three.
Ex. "Hello, my name is John Headland and I'm 25 years old."
Create a list of pizza toppings of at least size 5. Print the message "My pizza has these toppings: " followed by the use of a slice to print the last three items of the list
Make a list of 3 people, living or deceased, that you would like to have dinner with. Then you realize your dinner table has grown in size! Append 2 more people to the list.