Although if I know the filename, I would not need to call the find command, and just pass the filename to HEAD, TAIL, or AWK.
Sent with Proton Mail secure email. ------- Original Message ------- On Thursday, May 26th, 2022 at 6:51 AM, goncholden <gonchol...@protonmail.com> wrote: > This means that I can use > > find $filename -type f -print0 > > with no harm? > > > > > Sent with Proton Mail secure email. > ------- Original Message ------- > On Thursday, May 26th, 2022 at 6:32 AM, Bernhard Voelker > m...@bernhard-voelker.de wrote: > > > > > On 5/25/22 19:53, goncholden wrote: > > > > > Customarily people use the -name option for specific file names. > > > > True, but as directories are also files, the -name condition could > > also filter for specific directory names. > > > > Have a nice day, > > Berny