2017年4月11日

摘要: 删除文件时排除特定文件 www.python tab.com/html/2013/linuxkaiyuan_0205/214.html 删除当前目录下所有 *.txt文件,除了test.txt 1 2 3 4 5 6 7 8 rm `ls *.txt|egrep -v test.txt` #或者 r 阅读全文
posted @ 2017-04-11 19:15 studyphp 阅读(18339) 评论(1) 推荐(0) 编辑

导航