返回命令列表

Linux command

Find largest files/directories in current directory

文本

Uses pipes, overwrite, or deletion. Check paths and options first.

命令示例

Find largest files/directories in current directory

du -h . | sort -hr | head -20

说明

Useful Linux one-liner

FAQ

What is the du command used for?

Useful Linux one-liner

How do I run a basic du example?

Run `du -h . | sort -hr | head -20` in a terminal, then adjust file names, paths, flags, or remote targets for your system.