awesome, yes it did, thanks guys

On Tuesday 12 December 2000 22:56, you wrote:
> christopher j bottaro wrote:
> >hehe, got it...
> >
> >find /usr -name '*imlib*' -print | grep -v installers
>
> Christopher -
>
> Try piping that through this:
> |xargs rm
>
> Add -f to force it, -i to confirm each ...
>
> Does that help?
>
> -d
>
> >how do i delete all the files found from the above command?
> >
> >On Tuesday 12 December 2000 22:06, you wrote:
> >> how do i search for files with "libim" in the name, but aren't in a
> >> directory called "installers"?
> >>
> >> i thought i could do something like this...
> >>
> >> find /usr -name '*libim*' -print | grep [^installers]
> >>
> >> thanks!
> >>
> >>
> >>
> >> _______________________________________________
> >> Redhat-list mailing list
> >> [EMAIL PROTECTED]
> >> https://listman.redhat.com/mailman/listinfo/redhat-list
> >
> >_______________________________________________
> >Redhat-list mailing list
> >[EMAIL PROTECTED]
> >https://listman.redhat.com/mailman/listinfo/redhat-list
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to