[GnuWin32-Users] [gnuwin32 - Help] RE: gawk treats pipe FS-delimiters inconsistently
Provides native Win32 open source ports and utilities
Brought to you by:
gnuwin32
From: SourceForge.net <no...@so...> - 2010-05-14 03:49:06
|
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 |