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

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

Grep, multiple -e


From: Jori Mantysalo
Subject: Grep, multiple -e
Date: Thu, 5 Jun 2003 13:35:26 +0300 (EEST)

Bug or feature? (Or "Bug in code or bug in documentation?")

address@hidden jm58660]$ echo "abc" | grep -o -e a -e c
a
c
address@hidden jm58660]$ echo "abc" | grep -o -e c -e a
c


-- 
Jori Mäntysalo




reply via email to

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