Write a utility called hunt that acts as a front end to find; it takes the name of a file as its single parameter and displays the full pathname of every filename that matches, searching downwards from the current directory.
What will be an ideal response?
Use find with the –name argument to find all files of the same name from the current directory on
down.
Computer Science & Information Technology
You might also like to view...
The Snap feature automatically resizes windows when you drag them to the edge of the screen
Indicate whether the statement is true or false
Computer Science & Information Technology
All Markup is a cleaned-up document view that displays indicators where there are tracked changes in the form of a vertical red line in the left margin
Indicate whether the statement is true or false
Computer Science & Information Technology