du
磁盘使用率:估计和汇总文件和目录空间使用率。 更多信息:https://www.gnu.org/software/coreutils/manual/html_node/du-invocation.html.
du -{{b|k|m}} {{路径/到/目录}}
du {{[-h|--human-readable]}} {{路径/到/目录}}
du {{[-sh|--summarize --human-readable]}} {{路径/到/目录}}
du {{[-ah|--all --human-readable]}} {{路径/到/目录}}
du {{[-h|--human-readable]}} {{[-d|--max-depth]}} N {{路径/到/目录}}
.jpg
文件的可读大小,并在最后显示累计总数:du {{[-ch|--total --human-readable]}} {{./*.jpg}}
du {{[-ah|--all --human-readable]}} {{[-t|--threshold]}} {{1G|1024M|1048576K}} .[^.]* *