gpt4 book ai didi

linux - 显示当前目录的磁盘空间使用情况,不包括子目录的大小

转载 作者:太空宇宙 更新时间:2023-11-04 10:00:37 26 4
gpt4 key购买 nike

我想写一个命令来显示当前目录的磁盘空间使用情况,不包括子目录的大小。下图描述了当前目录的文件和目录:

tree diagram of three files with one subdirectory which contains three more files.

du ./ --exclude='./file*'

输出将是:

4 ./dir1

4 .

我得到第一个输出但不是第二个。

最佳答案

du -Sd 1

输出将是:

4 ./dir1

4 .

关于linux - 显示当前目录的磁盘空间使用情况,不包括子目录的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56580334/

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