bug-gnu-utils
[Top][All Lists]
Advanced

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

problem in gnu grep 2.4.2


From: Remco Wouts
Subject: problem in gnu grep 2.4.2
Date: 24 Jan 2001 13:58:40 +0100

Hi,

I noticed that the following does not work in grep 2.4.2 but it does
(and should) work in grep 2.3:
  $ ps ax | grep '[^]]name'
The objective of this pattern is to match all lines that have 'name'
but not prepended with a ']'. BTW the following does work in 2.4.2
  $ ps ax | grep '[^[:graph:]]ssh'
-- 
Remco Wouts address@hidden | Dept. of Biochemistry, Uppsala University
tel/fax:+46-18-4714642/511755    | PO Box 576, S-751 23 Uppsala, Sweden.
 Winerr: 294b BlackMail Error - $500 to Gates or I'll show your wife the
              JPG's you just downloaded



reply via email to

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