[gnuwin32 - Help] RE: gawk treats pipe FS-delimiters inconsistently

"SourceForge.net" <[email protected]> Fri, 14 May 2010 03:48:47 +0000
Newsgroups gmane.comp.windows.gnu.user
Message-ID <[email protected]>
Read and respond to this message at: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3707582
By: raysatiro

no that is not a bug. you have to escape twice like this
[code]FS=" *\\| *";[/code]
for more information read this
http://www.gnu.org/software/gawk/manual/gawk.html#Computed-Regexps

_____________________________________________________________________________________
You are receiving this email because you elected to monitor this topic or entire forum.
To stop monitoring this topic visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/3707582/unmonitor
To stop monitoring this forum visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor

------------------------------------------------------------------------------