Thus spake Will Andrews ([EMAIL PROTECTED]):

> No.  It's a safety feature to prevent your shell from using too much
> memory to do the globbing you asked for (the "*").  This has nothing
> whatsoever to do with rm(1).

It's xargs job to workaround that:

ls | xargs rm -rf 

Alex
-- 
cat: /home/alex/.sig: No such file or directory

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to