sudo apt install fd-find

Category: Terminal Configuration

sudo apt install fd-find

Install fd — fast, user-friendly find replacement

fd is 5–10x faster than find, has simpler syntax (`fd pattern` instead of `find . -name 'pattern'`), respects .gitignore by default, and uses smart case matching. On Ubuntu the binary is called `fdfind` — alias it: `alias fd='fdfind'`.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.