摘要: [root@cloud abc]# touch test{1,2,3,5} [root@cloud abc]# ls shadow test test1 test2 test3 test5 [root@cloud abc]# rm -rf `find . -name "test*"` # 第一种方法 [root@cloud abc]# ls shadow [root@clou... 阅读全文
posted @ 2016-04-05 14:08 hukey 阅读(1654) 评论(0) 推荐(0)