"Scott C. Best" wrote:

> [...] what would be the
> equiv of, say: "grep -v -i FOO /etc/passwd" ?

sed '/[Ff][Oo][Oo]/d' /etc/passwd

Pi said:

> > 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".

Busybox 0.50 supports the following grep options: Hhinqvs

So grep -iv works just fine...

LRP may not have updated its busybox in some time; Oxygen uses the
most current (now at 0.51pre)....

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

Reply via email to