1
0
mirror of https://github.com/minio/mc.git synced 2025-11-10 13:42:32 +03:00

add du command support (#2802)

This command works like `du` command in unices i.e. summarize disk
usage of given TARGET recursively.
This commit is contained in:
Bala FA
2019-08-08 04:02:09 +00:00
committed by kannappanr
parent fef437bdd6
commit d399b1e70b
2 changed files with 175 additions and 0 deletions

View File

@@ -328,6 +328,7 @@ var appCmds = []cli.Command{
updateCmd,
versionCmd,
treeCmd,
duCmd,
}
func registerApp(name string) *cli.App {