随笔分类 -  shell

摘要:以下两条命令查询出来的文件是不一样的: find ~/workspace/ -iname "test.log.*" -o -iname "test.profile.*" -ctime +10 find ~/workspace/ -iname "test.log.*" -o -iname "test. 阅读全文
posted @ 2023-01-17 13:10 bug批发零售 阅读(36) 评论(0) 推荐(0)