Shell / Commands

find

English

Overview

A command for searching for files or directories by condition.

Details

A command that recursively searches a directory tree based on various conditions, such as name, size, or modification time. The -exec option lets you run a command like rm or chmod directly against each matching file as it's found.

More Linux terms