In this lab, you will use several commands from the Terminal to manage files. You are currently in the wadams home directory (/home/wadams).
In this lab, your task is to:
Use the rm command to delete the old_myfile.txt file found in your home directory.
Use the touch command to create the new_myfile.txt file in your home directory.
Use nano or vi to add some text of your choosing to the new_myfile.txt file you just created.
Use the cat command to view the changes you made to the file.
Use the cp command to copy the new_myfile.txt file to the /home/wadams/practice directory.
Use the mv command to rename /home/wadams/practice/new_myfile.txt to final_myfile.txt.
Be sure to use the correct spelling, capitalization, and spacing when using a command line interface.