This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Question(may be a Bug) to gsub () function of awk from GNU WIN32 Beta 19



I tryed to replace all "|" (Pipe sign) with " " (Blanks) by  the
function call:

    gsub("\|"," ",scr_line)

the result is, after every character of the variable src_line appears a " "
Blank.
With an other awk (under POSIX) the function replaces the "|" properly by
Blank and don't affect the other characters.

Does anybody know something about this ?

Wolfgang


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]