Wednesday, January 09, 2008

removing files when "argument list too long"
-----

find . -name 'filenames' | xargs rm -vf

No comments: