首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > CVS SVN >

find rsync mount svn下令

2012-06-26 
find rsync mount svn命令1. 搜索特定的文件,并列出find ./ -name *.jar2. 全文搜索, 并列出find -name

find rsync mount svn命令
1. 搜索特定的文件,并列出

find ./ -name '*.jar'

2. 全文搜索, 并列出

find -name '*.a' | xargs grep -l 'za3aaf96826'

3. rsync 拷贝另外一台机器上得文件

rsync -v -e ssh root@172.27.205.125:/tmp/serve-1.0.x86_64.rpm /tmp

4. mount windows

mount -t cifs -o username=tt,password=pass //192.168.12.204/software /mnt/

umount /mnt/elm

5. svn

svn checkout svn://eng.sohu.com/Project/trunk/

svn import -m "import new code into svn" temp svn://eng.sohu.com/Project/trunk//temp/

热点排行