Check the man page again 😉 It’s:
find /path/to/files -type f
type f searches for regular files only – excluding symbolic links.
Check the man page again 😉 It’s:
find /path/to/files -type f
type f searches for regular files only – excluding symbolic links.