For the next set of questions, give your answer in the form of the Linux command that will satisfy the listed task. The first question has been answered as an example.
1. Display the contents of "homework.txt" to STDOUT cat homework.txt
2. Open the file "homework.txt" for editing using the nano text editor
3. Make a backup of "homework.txt" by copying it to another file named "homework_backup.txt"
4. Delete your original "homework.txt" file
5. Download your friend's homework file and save it as "copied_homework.txt"
6. Look at the differences between your friend's homework (copied_homework.txt) and your homework file (homework_backup.txt)
7. You realize that your friend is an idiot; delete your friend's homework file (copied_homework.txt)
8. Change the name of "homework_backup.txt" to "homework.txt"
9. Upload your homework file to another computer on your local network; specifically, to the computer that has the IP address 192.168.1.23
10. Exit the shell