On 5/25/22 19:50, goncholden wrote:
> Was it designed to function with filenames then?

well, in UNIX philosophy everything is a file. ;-)

What you're referring to is "regular files" (-type f for find),
while there are also others (block, character, symlink files, ...),
and directories (-type d).

Have a nice day,
Berny

Reply via email to