摘要: 有时候在Linux上查看,当前文件夹下磁盘占用情况,可能会用到命令 du -h -a --max-depth=1//或简写为du -ah --max-depth=1 然鹅,在MacOS上,使用该命令则可能会报错"du: illegal option -- -", 如下: 其实,在Mac上可以这样 d 阅读全文
posted @ 2020-12-21 14:52 LordNeo 阅读(1073) 评论(0) 推荐(0) 编辑