bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Passing directories and files


From: goncholden
Subject: Re: Passing directories and files
Date: Wed, 25 May 2022 18:53:58 +0000

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 <goncholden@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 
> mail@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]