Login using Social Account
     Continue with GoogleLogin using your credentials
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.
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...