On Fri, 30 Mar 2001, Scott C. Best wrote:

>
>       Am having trouble with normal grep options in
> eigerstein 2.2.16. Anyone else seen this? Getting error
> messages like "sed: can't read foo..." for simple
> things like:
>       grep -v foo /etc/passwd
>
>       Huh? sed with greap? Any thoughts on this? TIA!

grep -v didn't even work in the old LRP2.9.8 release. Always had to hack
around it by using sed -e "s/foo//" instead of grep -v "foo".

Pi



_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to