Linux Basics

39 / 107

Use find command

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. It's syntax is-

find [path...] [expression]

where,

path contains the directory from where to start searching or directories in which find will search and

expression is made up of search patterns and actions. It determines what to find.


No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...