Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 684 Bytes

File metadata and controls

28 lines (19 loc) · 684 Bytes

dut

A cross-platform command-line tool that counts the size of files and directories. The purpose of developing this tool is to solve the problem that there is no du command under Windows, and it is impossible to quickly count the size of each directory in order to clean up large files that occupy disks. Print file and directory size as a file tree

Install

This project writen by go

$ go install github.com/SunJary/dut

Usage

$ dut -l 2
# Prints dir and size in a tree. print 2 level
$ dut -l 2 /root /data
# Prints two dir (/root, /data) in a tree. print 2 level

Maintainers

@SunJary.