排除不删除的内容,例如:
ls | grep -v 2 | xargs rm -rf
参考内容:
http://bbs.chinaunix.net/thread-1968436-1-1.html
排除不删除的内容,例如:
ls | grep -v 2 | xargs rm -rf
参考内容:
http://bbs.chinaunix.net/thread-1968436-1-1.html
转载于:https://www.cnblogs.com/lance-ehf/p/4151526.html