findutils

utilities for finding files--find, xargs
  https://savannah.gnu.org/projects/findutils/
  4
  2 reviews



GNU findutils provides utilities to find files meeting specified criteria and perform various actions on the files which are found. This package contains 'find' and 'xargs'; however, 'locate' has been split off into a separate package.
Latest reviews
5
lib2know 9 years ago

essential ! to get the best experience, combine the results of find with for/in/do loops (if -exec and xargs don't get the job done).

5
sigma-ml 13 years ago

Excellent and handy tools to locate files based on a large variety of conditions.