使用Unix';find';一次在多个文件上设置svn Id

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用Unix';find';一次在多个文件上设置svn Id相关的知识,希望对你有一定的参考价值。

There may be an easier way to do this, but if there is I can't find it. This sets the svn property $Id$ of every javascript file in the app/lib directory.
  1. # this affects already existing files
  2. find app/lib/ -type f -name '*.js' -exec svn propset svn:keywords "Id" {} \; -print
  3.  
  4. # OR, for files added later, you can edit ~/.subversion/config
  5. [miscellany]
  6. enable-auto-props = yes
  7. [auto-props]
  8. *.js = svn:keywords=Id

以上是关于使用Unix';find';一次在多个文件上设置svn Id的主要内容,如果未能解决你的问题,请参考以下文章

在数组中查找字符串作为mootools中的值

将';活动';类添加到';菜单&#树&#所有数据';结果

Linux命令,用于列出包含单词';abc';

改进jQuery-25个绝妙提示

在linux上删除许多文件

Linux:在文件中查找