Gentoo Archives: gentoo-dev

From: Jason Zaman <jason@×××××××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] News item for uclibc-ng
Date: Thu, 09 Feb 2017 02:21:10
Message-Id: 20170209022052.GB6479@meriadoc.perfinion.com
In Reply to: [gentoo-dev] News item for uclibc-ng by "Anthony G. Basile"
1 On Wed, Feb 08, 2017 at 02:37:52PM -0500, Anthony G. Basile wrote:
2 > 0. Because of changes in the library structure in previous versions,
3 > make sure you are working with 1.0.19 and rebuild world using
4 >
5 > emerge -evq @world
6 --verbose --quiet? just emerge -e @world is probably better.
7 >
8 > 7. For good measure, rebuild the entire system
9 >
10 > emerge —evq @world
11 Another non-ascii
12
13 I havent tested, but this appears what you want:
14 grep --color='auto' -P -n "[\x80-\xFF]" filename
15
16 from here: http://stackoverflow.com/a/9395552
17
18 -- Jason