Question: The previous answer given was incorrect so i am reposting Tasks (1 point each) Using find, write commands that search for files in your /215/assignment2
The previous answer given was incorrect so i am reposting

Tasks (1 point each) Using find, write commands that search for files in your /215/assignment2 directory. The results of these commands should be printed to the screen. Using a single grep, write commands that perform the following tasks and print the output to the screen: 4. List all files that contain the string 2020 001.txt:Jan 2020 002.txt:Feb 2020 po3.txt:Mar 2020 004.txt:Apr 2020 005.txt:May 2020 006.txt:Jun 2020 007.txt:Jul 2020 008.txt:Aug 2020 009.txt:Sep 2020 010.txt:Oct 2020 011.txt:Nov 2020 012.txt:Dec 2020 5. List only .txt files that contain the string 2020 and there is a 1 in the prefix (so either 001, 010, 011, or 012). 001.txt:Jan 2020 010.txt:Oct 2020 011.txt: Nov 2020 012.txt:Dec 2020 6. List all files that have the string Jan or Jun in them. 001.txt:Jan 2020 006.txt:Jun 2020
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
