Re: [OT] Fun with walking package licenses

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

 



Jeff Vian wrote:
On Tue, 2006-02-21 at 17:41 +0000, Andy Green wrote:

Mike McCarty wrote:


if [ -z "`echo $pkg | grep not\ owned`" ] ; then

I'm not familiar with that form for grep. Do you mean

grep -v owned

Nope.

Oh, of course, you were escaping the space. But isn't this

...

grep -v not\ owned

Nope.


Mike
He meant exactly what was said.
    grep -v not\ owned
means exactly the same as grep -v "not owned"

But both of those are what I wrote, not what he wrote.

Mike
--
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
This message made from 100% recycled bits.
You have found the bank of Larn.
I can explain it for you, but I can't understand it for you.
I speak only for myself, and I am unanimous in that!


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux