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:
@@ -328,6 +328,7 @@ var appCmds = []cli.Command{
|
||||
updateCmd,
|
||||
versionCmd,
|
||||
treeCmd,
|
||||
duCmd,
|
||||
}
|
||||
|
||||
func registerApp(name string) *cli.App {
|
||||
|
||||
Reference in New Issue
Block a user