Notice This is a beta feature offered by Google. Also this is automatic translation, which means the results are often inacurate and/or hilarious. Enjoy.

ARCHIVES / RSS
Blog

I luv xargs.

h3  ~  6 Jun 2007, 21:14  –  post a comment

Delete all compiled python files that had been mistakenly added to a subversion repository:

find . -iname '*.pyc' | xargs svn delete

Gotta love xargs.

post a comment Comments

no comments :|

Copyrighted stuff .. u know.