bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] (no subject)


From: arnold
Subject: Re: [bug-gawk] (no subject)
Date: Sun, 01 Sep 2019 00:47:37 -0600
User-agent: Heirloom mailx 12.5 7/5/10

This is all correct advice. You might also check the man page for
screenfetch (man screenfetch) and see if there is a bug reporting
address and report a bug to them.

Thanks,

Arnold

"Nelson H. F. Beebe" <address@hidden> wrote:

> 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]