📌  相关文章
📜  shell 获取目录的大小 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:39.382000             🧑  作者: Mango

代码示例1
du -h your_directory
# gives you the size of your target directory.
du -hcs your_directory
# If you want a brief output.