layout | title | tags |
---|---|---|
manual |
rmdir - Statistics of command combinations using pipe |
statistic |
The commands before rmdir
: Pipe the result of the given command to rmdir
.
Command | percentage |
---|---|
find | 42% |
tac | 28% |
grep | 14% |
name | 14% |
The commands after rmdir
: Pipe the result of rmdir
to the given command.
Command | Percentage |
---|
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.
- Recursively remove all empty directories
- Recursively remove all empty directories
- move contents of the current directory to the parent directory, then remove current directory.
- Recursively remove all empty directories
- Recursively remove all empty directories
- Recursively remove all empty directories
- move contents of the current directory to the parent directory, then remove current directory.