Re: Passing directories and files
Bernhard Voelker <[email protected]>
| Newsgroups | gmane.comp.gnu.findutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
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