programming

You are currently browsing the archive for the programming category.

  1. find ./ -name '*.html' -or -name '*.php' \
  2. -print0 | xargs -0 svn propset svn:keywords Id

edit: quick correction, thanks Lukas