01 2020 档案

摘要:首先到相当的目录下面,按下面方式查找 find . -type f -size +800M -print0 | xargs -0 ls -lah或者从根目录(/)开始查找find / -type f -size +800M -print0 | xargs -0 ls -lah 阅读全文
posted @ 2020-01-01 22:42 代码家园 编辑

点击右上角即可分享
微信分享提示