Jump to content

Ncdu

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 46.242.9.255 (talk) at 20:37, 18 August 2018 (Update release info). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

NCurses Disk Usage
Developer(s)Yoran Heling
Initial releaseFebruary 21, 2007; 17 years ago (2007-02-21)[1]
Stable release
1.13 / January 29, 2018; 6 years ago (2018-01-29)
Repository
Written inC
Operating systemLinux, BSD, UNIX
PlatformPOSIX
TypeDisk utility
LicenseMIT License
Websitedev.yorhel.nl/ncdu

ncdu (NCurses Disk Usage) is a disk utility for Unix systems. Its name refers to its similar purpose to the du utility, but ncdu uses a text-based user interface under the [n]curses programming library.[1] Users can navigate the list using the arrow keys and delete files that are taking up too much space by pressing the 'd' key. Version 1.09 and later can export the file listing in JSON format.

ncdu was developed by Yoran Heling to learn C and to serve as a disk usage analyzer on remote systems over ssh.

References

External links