This is the P2PU Archive. If you want the current site, go to www.p2pu.org!

Linux+ Fundamentals and Certification

HW Assignment 6

Frank Perez's picture

HW 6
 
1.     How can I add text to a file using output redirection?

2.     How can I input a file to the cat utility using input redirection?

3.     How can I create a new file using append redirection?

4.     How can I sort the contents of a file using pipes to combine the utilities?

5.     What does this command do? cat < testFile > testing.txt