          MODULE=findutils
         VERSION=4.10.0
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=$GNU_URL/$MODULE
      SOURCE_VFY=sha256:1387e0b67ff247d2abde998f90dfbf70c1491391a59ddfecb8ae698789f0a4f5
        WEB_SITE=http://www.gnu.org/software/$MODULE
         ENTERED=20010922
         UPDATED=20240711
           SHORT="Utilities for locating files"

cat << EOF
findutils - finds and then operates on files.
The program includes:
find    -  finds files that match certain criteria performs
           arbitrary operations on them interactively and
           in shell scripts
locate  -  scans a database for file names that match a pattern
xargs   -  applies a command to a list of files
EOF
