bjwf · 2008-06-16 05:18:00 · 阅读: 495 tar zcvf ~/abcde.tar.gz `find . -name *.cpp` 把当前目录下所有的cpp文件打到abcde.tar.gz里去.