Sometimes you might want to search for a particular file based on various attributes of a file such as size or name etc. The find
command comes very handily for such use cases.
For example, to find all the text files in the current directory, you can use this command
find . -name '*.txt'
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...