gpt4 book ai didi

用于查找目录磁盘使用情况的 Shell 脚本

转载 作者:行者123 更新时间:2023-12-01 11:06:59 25 4
gpt4 key购买 nike

我需要找到特定目录的磁盘使用情况。我不想要文件列表。

我用过

find /home/a491504/ -type d -exec du -akS {} \;

有没有其他方法可以获取磁盘使用情况的目录列表? (% 磁盘使用率会很好)

最佳答案

使用du -sh

来自手册页:

-s, --summarize       display only a total for each argument
-h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)

关于用于查找目录磁盘使用情况的 Shell 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4507770/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com