How to Install findutils in Ubuntu 18.04



Install findutils by entering the following commands in the terminal:

sudo apt update
sudo apt install findutils

Description:

utilities for finding files--find, xargs

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.

Homepage: https://savannah.gnu.org/projects/findutils/

Version: 4.6.0+git+20170828-2

Section: utils