Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

The awk bug 2

0 views
Skip to first unread message

Kaplenko Vitaliy

unread,
Nov 27, 2009, 11:50:01 AM11/27/09
to bug-...@gnu.org
If run
in Linux localhost.localdomain 2.6.29.5-191.fc11.i686.PAE #1 SMP Tue Jun
16 23:19:53 EDT 2009 i686 i686 i386 GNU/Linux:

$ echo "some_script" | awk 'gsub("/","a") {print $0}'
$

But must be:

$ echo "some_script" | awk 'gsub("/","a") {print $0}'
$ some_script

0 new messages