How could one search for the file foo.txt under the directory /home?
A. search /home -file foo.txt
B. search /home foo.txt
C. find /home -file foo.txt
D. find /home -name foo.txt
E. find /home foo.txt
How could one search for the file foo.txt under the directory /home?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
How could one search for the file foo.txt under the directory /home?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!