Robert Heller wrote: > At Sat, 23 Jan 2010 15:23:58 +0300 CentOS mailing list <centos at centos.org> wrote: > >> Content-Language: en-us >> >> >> The directory that I am trying to clean up is huge . every time get this >> error msg >> >> >> >> -bash: /usr/bin/find: Argument list too long > > 'man xargs' > > find <mumble> -print | xargs rm > Hi Just curious. What is the difference between the command above and "find <numble> -exec rm -f {} \;" ? Thanks mg.