Question: Command Line: Open up your command - line terminal, and perform the following tasks ( no need to fork or download this repository ) :
Command Line:
Open up your commandline terminal, and perform the following tasks no need to fork or download this repository:
# Navigate to your "Documents" directory
# Create a new folder called "quickexercise"
# Navigate into the "quickexercise" folder you just created
# Using the textedit of your choice, create a new empty file
# called "constitution.txt inside the "quickexercise" folder you made
# List the contents of the folder to verify the new file is there
# Search online for the text of the US Constitution and paste it into the
# "constitution.txt file you created. Save your changes through the editor.
# Display the contents of the "constitution.txt file in the terminal
# Hint: use the less command so you can easily scroll up and down.
# Navigate to the "Desktop" folder for your machine
# Display the contents of the "Documentsquickexerciseconstitutiontxt file in the Terminal
# without changing directories again!
# Bonus: Create files with one single command in your terminal. Then delete them all!
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
