27 Apr
2014
27 Apr
'14
16:02
On 2014-04-27 16:53, Per Jessen wrote:
Carlos E. R. wrote:
Also, I have not found a concoction to use egrep to filter out some strings on one go, like:
... egrep -v "/var/run/udev/links\|/var/spool/news/"
Don't escape the or:
... egrep -v "/var/run/udev/links|/var/spool/news/"
Right! That works. Thanks. -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)