Question: (Linux) Another extremely useful command is find . write a find command to do the following: list all files (and subdirectories) in your home directory
- (Linux) Another extremely useful command is find. write a find command to do the following:
- list all files (and subdirectories) in your home directory
- list all files named fred1 in the /work directory
- list all files whose name starts with memo and which are owed by ann in the system
- list all files in the system that were modified within the last two days
- use find to grep for a pattern down a directory tree. Display all lines in all files in your login directory (or subdirectories) which contain the string "ListMe" Be sure to create some test data to show this works.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
