软件工程
本类阅读TOP10
作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站
#makeall
cd /u3/cpictest/srcfor subdir in `find . -type d -print`do{ cd /u3/cpictest/src/$subdir make -u rm -rf *.o}done
#findall
cd /u3/cpictest/srcfor subdir in `find . -type d -print`do{ cd /u3/cpictest/src/$subdir grep $1 *}done
相关软件: