On Mon, May 20, 2002 at 09:54:58AM -0400, Jeff Bearer wrote:
> What is an easy way to delete 9000 files in a directory when rm -f *
> fails saying the argument list is too long?

Would "rm -f [a-m]* ; rm -f [n-z]*" suffice?

Emmanuel



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

Reply via email to