Argument list too long - help
Smoot Carl-Mitchell
smoot at tic.com
Wed Jun 10 18:59:02 UTC 2009
On Wed, 2009-06-10 at 20:48 +0200, Carl Friis-Hansen wrote:
> I just discovered that ZoneManager has stored some 87000 png files in a
> directory. I have no use of them and wanted to remove them.
> That turned out not to be so strait forward:
Take a look at "xargs". Something like:
find . -name "*.png" | xargs rm
should do the trick.
--
Smoot Carl-Mitchell
Computer Systems and
Network Consultant
smoot at tic.com
+1 480 922 7313
cell: +1 602 421 9005
More information about the ubuntu-users
mailing list