Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1- Go to your home directory. 2- Create a directory called hw1. 3- Go to the hw1 directory. 4- Create a directory called t1. 5-
1- Go to your home directory. 2- Create a directory called hw1. 3- Go to the hw1 directory. 4- Create a directory called t1. 5- Issue the following command: echo Hi > out.txt 6- Copy out.txt to a new file called out2.txt 7- Merge out.txt and out2.txt and save the results in out3.txt file using the following command: cat out2.txt name.txt > out3.txt 8- Add your current path to the end of out3.txt using: pwd >> out3.txt 9- Upload out3.txt to Piazza and put it in HW1 folder. 10- Done.
Please show me how to type this in Linux
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started