Question: 9. Write a single Linux command to find all the files somewhere under the /tmp directory that have all of the following properties: (a)
9. Write a single Linux command to find all the files somewhere under the /tmp directory that have all of the following properties: (a) owned by user john (b) 33 bytes in size (c) not executable 10. Suppose we have a file called file1 with 10 rows of whole numbers between 1 and 20. How can I find the numbers that only occur twice in this file using Linux commands? How can I find the numbers that occur only once?
Step by Step Solution
3.49 Rating (159 Votes )
There are 3 Steps involved in it
9 To find all the files under the tmp directory owned by the user john with a size of 33 bytes and a... View full answer
Get step-by-step solutions from verified subject matter experts
