J Wunsch wrote:
> Alexander Langer <[EMAIL PROTECTED]> wrote:
>
> > It's xargs job to workaround that:
> >
> > ls | xargs rm -rf
>
> rm -rf /home/gary/public_html/mrtg/david
>
> should have worked as well. It also removes the directory itself,
> yes, but since it's then rm(1) that does the directory handling,
> there's no longer a limitation in the arg list that applies.
Incidently, "find /home/gary/public_html/mrtg/david -delete" would have
worked as well, and would not have deleted the top directory.
Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
"All of this is for nothing if we don't go to the stars" - JMS/B5
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message