Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Disk Usage Analyzer

License

NotificationsYou must be signed in to change notification settings

Pistahh/dua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disk Usage Analyzer (DUA) is a linux console application to display what uses the most space in the specified directories. Think about it asa console version of KDirStat or WinDirStat

Usage

USAGE:    dua [FLAGS] [OPTIONS] [DIR]FLAGS:        --help       Prints help information    -h               Output sizes in human readable form    -k               Output sizes in KiBytes    -V, --version    Prints version information    -x               no crossing of filesystemsOPTIONS:    -d <depth>        depth to display    -n <num>          number of entries to display on each levelARGS:    <DIR>    Directory to analyze

ARGUMENTS

  • -h : Display sizes in human readable form
  • -k : Display sizes in KiBytes
  • -x : Do not descend into different (mounted) filesystems
  • -n : Number of entries to display in each directory, default=1
  • -d : How deep to display the directory structure

Examples

$ dua -h .100.0%  34.5M ./    99.7%  34.4M target/       74.1%  25.5M debug/          69.3%  17.7M deps/             82.8%  14.6M libclap-c293040e3ef9c3f9.rlib$ dua -d 3 -n 2100.0%     72254726 ./    99.8%     72124752 target/       50.0%     36063423 x86_64-unknown-linux-gnu/       37.1%     26722394 debug/     0.1%        54055 .git/       56.8%        30692 objects/       28.3%        15321 hooks/

How to build

Run build.sh. It requires the Rust toolchain, including cargo, and fpm (eFfing Package Manager). It builds Debian and Arch linux packages.

Author

Pistahh - István Szekeresszekeres@iii.hu

About

Disk Usage Analyzer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp