bug-gawk
[Top][All Lists]
Advanced

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

[bug-gawk] mktemp ?


From: Cedric Sodhi
Subject: [bug-gawk] mktemp ?
Date: Fri, 24 Jan 2014 00:46:32 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Does anyone have a clue why 

gawk 'BEGIN { "mktemp" | getline this; "mktemp" | getline that; print this " 
AND " that }'

does only produce one tempfile?

On top of that,

print "Something" >this

will actually append to the tempfile and not overwrite it as a
single ">" usually does.



reply via email to

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