find ./ -name '*.html' -or -name '*.php' \ -print0 | xargs -0 svn propset svn:keywords Id
edit: quick correction, thanks Lukas
You are currently browsing the archive for the programming category.
find ./ -name '*.html' -or -name '*.php' \ -print0 | xargs -0 svn propset svn:keywords Id
edit: quick correction, thanks Lukas
Recent Comments