Howard Lowndes wrote:
> 
> 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?
Either use xargs (man xargs), or just do rm -f a*;rm -f b*;rm -f
c*......

kevin


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to