项目作者: TheEvilRoot

项目描述 :
Disk usage utility for windows just like du on unix.
高级语言: C++
项目地址: git://github.com/TheEvilRoot/disk-usage-windows.git
创建时间: 2020-07-30T13:42:41Z
项目社区:https://github.com/TheEvilRoot/disk-usage-windows

开源协议:

下载


DU

DU is disk usage utility for Windows written in C++. Inspired by unix’s du utility.

Usage

  1. % du [-s] [-h] path [...other paths]

Simply run du.exe from command line and specify files or directories to get its disk usage.

  1. % du.exe C:/Users/TheEvilRoot/.gradle C:/Users/TheEviLRoot/Documents/

Parameters

-s - silent

When parameter -s is specified in command line arguments, program will not print any log into stdout and stderr.
There’s only summary values will be printed (without Summary title)

-h - use suffixes

By default du prints file/directory sizes in bytes. If -h is specified, file sizes will be printed in user-frienly format,
like 10.5K or 1.3G.