摘要: Code: find $LibPath/ name .svn | xargs rm rf 阅读全文
posted @ 2017-11-02 17:45 bamboo233 阅读(441) 评论(0) 推荐(0)
摘要: shopt s extglob if [ ! d "desdir" ]; then mkdir desdir fi cp r Oozie/!(.svn ) desdir/ 阅读全文
posted @ 2017-11-02 17:35 bamboo233 阅读(475) 评论(0) 推荐(0)
摘要: Code: @echo off title XX 桌面快捷方式创建工具! if /i "%PROCESSOR_IDENTIFIER:~0,3%" == "X86" goto inx86 if /i "%PROCESSOR_IDENTIFIER:~0,3%" NEQ "X86" goto inx64 阅读全文
posted @ 2017-11-02 15:51 bamboo233 阅读(327) 评论(0) 推荐(0)