layout | title | tags |
---|---|---|
manual |
du - Statistics of command combinations using double pipe |
statistic |
The commands before du
: If the given command failed, execute du
.
Command | percentage |
---|---|
man | 16% |
ip | 16% |
du | 16% |
find | 16% |
mount | 16% |
xargs | 16% |
The commands after du
: If du
failed, execute the given command.
Command | Percentage |
---|---|
head | 33% |
sort | 33% |
du | 33% |
Below are the scenarios for all command combinations above.
The description in the table is referenced from and can be used to search the one-line-command or the scripts in the website of CommandLineFu.
- Extended man command
- Add page numbers to a PDF
- Simple top directory usage with du flips for either Linux or base Solaris
- Shows space used by each directory of the root filesystem excluding mountpoints/external filesystems (and sort the output)
- Shows space used by each directory of the root filesystem excluding mountpoints/external filesystems (and sort the output)
- Shows space used by each directory of the root filesystem excluding mountpoints/external filesystems (and sort the output)
- Simple top directory usage with du flips for either Linux or base Solaris
- Simple top directory usage with du flips for either Linux or base Solaris
- Simple top directory usage with du flips for either Linux or base Solaris