Question: Now use the find command from your home directory again to find the file type of all of the files below your home directory. (
Now use the find command from your home directory again to find the file type of all of the files below your home directory. HINT: use the exec option with file command What command did you use:
In your home directory, create a new subdirectory called findtest. Now cd to the findtest subdirectory and then create a file in it called test Therefore, the only file in the findtest subdirectory should be test Run the following find commands note the second one is without doublequotes:
find name test ls
find name test Is
Do both of the sommands work?
Now create another file in the findtest directory called test and run the find commands above again. Which command # or # generates an error?
Explain in detail why one of them generates an error, and the other does not. HINT: Remember to use the set command to see how the shell interprets this command, in this case, the asterisk :
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
