find /path -type f

Category: File Operations

find /path -type f

Find only regular files under a path

Finds only regular files (not directories, links, etc.) under the given path. -type f filters by file type.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.