摘要:
http://xbeta.info/vim-tutorials.htmhttp://blog.csdn.net/redguardtoo/article/details/1172136 阅读全文
摘要:
#!/bin/bashROOTPATH=/home/yuyongjun/professor/navigationlist=cscope.filesSERCHPATH="./*"if [ -e $list ]; thenrm $listfifor p in $SERCHPATHdo#echo $pWHOLEPATH=$ROOTPATH/$pfind $WHOLEPATH -name "*.c" >> $listfind $WHOLEPATH -name "*.h" >> $listfind $WHOLEPATH 阅读全文