标签: makefile
我需要帮助创建一个makefile。我只想浏览数字文件夹必须忽略包含字母的文件夹名称。
cd $(FOLDER); \ #is not numeric for dir in `ls -1`; do \ # only numeric ......
我的第二个问题:我怎么能拉下所有.doc而没有创建.zip?
提前谢谢你 宠物