table of contents
rbh-du(1) | Robinhood 3.0 | rbh-du(1) |
NAME¶
rbh-du - du clone that query robinhood DB
SYNOPSIS¶
rbh-du [options] [path|fid]
FILTERS¶
-u user
-g group
- -t type
- ’f' (file), 'd' (dir), 'l' (symlink), 'b' (block), 'c' (char), 'p' (named pipe/FIFO), 's' (socket)
-S <status_name>:<status_value>
OUTPUT OPTIONS¶
- -s, --sum
- display total instead of stats per argument
- -c, --count
- display entry count instead of disk usage
- -b, --bytes
- display size instead of disk usage (display in bytes)
- -k, --kilo
- display disk usage in blocks of 1K (default)
- -m, --mega
- display disk usage in blocks of 1M
- -H, --human-readable
- display in human readable format (e.g 512K 123.7M)
- -d, --details
- show detailed stats: type, count, size, disk usage (display in bytes by default)
PROGRAM OPTIONS¶
-f config_file
-l log_level
- -h, --help
- Display a short help about command line options.
- -V, --version
- Display version info
SEE ALSO¶
07 July 2016 |