Dan Jacobson
2006-02-24 23:37:29 UTC
The grep manual page should say how to do
$ perl -nwe 'print if /[^[:ascii:]]/'
but with grep. Or say if there's no way.
Never mind this:
$ grep -P '[^[:ascii:]]'
grep: The -P option is not supported
C> bug-***@gnu.org is probably the right place to ask.
Well I was just doing as the man page on Debian sid said.
$ perl -nwe 'print if /[^[:ascii:]]/'
but with grep. Or say if there's no way.
Never mind this:
$ grep -P '[^[:ascii:]]'
grep: The -P option is not supported
C> bug-***@gnu.org is probably the right place to ask.
Well I was just doing as the man page on Debian sid said.