bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] (no subject)


From: Nelson H. F. Beebe
Subject: Re: [bug-gawk] (no subject)
Date: Fri, 30 Aug 2019 17:00:39 -0600

Ahmed Zahoor asks about this warning:

    $ screenfetch
    awk: cmd. line:7: warning: regexp escape sequence `\"' is not a known 
regexp operator

Some time ago, gawk tightened up its checking of escape sequences, and
many of us have had to tweak old awk scripts as a result to remove the
warnings.

Run 

    $ which screenfetch

to find out where the program is coming from.  Then examine that file
with a text editor (root access might be needed if you are not the
owner), and search for an invocation of awk, either with an inline
program, or a -f option that points to the program, and then look at
line 7.  You should then be able to repair the incorrect escape.

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- University of Utah                    FAX: +1 801 581 4148                  -
- Department of Mathematics, 110 LCB    Internet e-mail: address@hidden  -
- 155 S 1400 E RM 233                       address@hidden  address@hidden -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe/ -
-------------------------------------------------------------------------------



reply via email to

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