du
استخدام القرص: تقدير وتلخيص استخدام مساحة الملفات والمُجَلَّدات. لمزيد من التفاصيل: https://www.gnu.org/software/coreutils/manual/html_node/du-invocation.html.
du -{{b|k|m}} {{path/to/directory}}
du {{[-h|--human-readable]}} {{path/to/directory}}
du {{[-sh|--summarize --human-readable]}} {{path/to/directory}}
du {{[-ah|--all --human-readable]}} {{path/to/directory}}
du {{[-h|--human-readable]}} {{[-d|--max-depth]}} N {{path/to/directory}}
.jpg
في المُجَلَّد الحالي، مع إظهار المجموع الكلي في النهاية:du {{[-ch|--total --human-readable]}} {{./*.jpg}}
du {{[-ah|--all --human-readable]}} {{[-t|--threshold]}} {{1G|1024M|1048576K}} .[^.]* *