Archive

Archive for June 18th, 2009

/bin/rm: Argument list too long

June 18th, 2009 No comments

Removing a lot of files…

#find . | xargs rm
#find . -name ‘spam-*’ | xargs rm

Categories: *nix Tags: