help-gawk
[Top][All Lists]
Advanced

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

Re: readdir extension on windows with getline


From: Andrew J. Schorr
Subject: Re: readdir extension on windows with getline
Date: Thu, 26 Jan 2023 11:23:33 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Jan 26, 2023 at 11:19:36AM -0500, Andrew J. Schorr wrote:
> Hi,
> 
> On Thu, Jan 26, 2023 at 12:17:14PM +0200, Eli Zaretskii wrote:
> > AFAICT, the readdir extension cannot be used with getline, since
> > getline redirection seems to ignore the registered input parsers.
> 
> I don't think that's correct. Getline should work with input parsers.
> In fact, this trivial script works for me on Linux:
> 
> gawk -l readdir 'BEGIN {while ((getline < "/tmp") > 0) print}'
> 
> This same script works properly on Cygwin as well.

And this version also works on Cygwin from a bash shell:

gawk -l readdir 'BEGIN {while ((getline < "C:\\cygwin\\tmp") > 0) print}'

Regards,
Andy



reply via email to

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