> 
> I have managed to runout of inodes on a partition du to a buggy routine.
> 
> I know what I want to delete, but when I do rm -f * in the problem
> directory it comes back with "Argument list too long"
> 
> Can anyone think of a way around this one?

dir | xargs --max-lines=300 rm -f

or some such.




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

Reply via email to