bug-gawk
[Top][All Lists]
Advanced

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

Re: Input line splitting and OFS


From: Andrew J. Schorr
Subject: Re: Input line splitting and OFS
Date: Fri, 15 Nov 2019 09:03:00 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

On Fri, Nov 15, 2019 at 11:25:26AM +0000, address@hidden wrote:
> But my question is more about the reasoning behind the use of OFS in the 
> context of an input line. Why is OFS used, when we’re dealing with input ?

What else could be used to reassemble the input line? Keep in mind that FS
could contain a regular expression, etc., or we could be using FPAT. The OFS
constant value is the only thing available for reassembling $0, isn't it?

Regards,
Andy



reply via email to

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