Ncdu强大的磁盘查看命令

匿名 (未验证) 提交于 2019-12-03 00:01:01

项目地址: https://dev.yorhel.nl/ncdu

Ncdu (NCurses Disk Usage) 是一个基于 Ncurses 库的 du 命令的界面。它通过大家熟知的 du 命令,为用户提供一个快速且容易被使用的界面。它可以显示磁盘使用的百分比,且允许你使用 ncurses 库的方式在目录之间导航。

 

 

 

安装:

# wget https://dev.yorhel.nl/download/ncdu-1.14.1.tar.gz # cd ncdu-1.14.1 #  ./configure -prefix=/usr/local # make # make install

 

报错:

1、config时报错
configure: error: required header file not found

# yum -y install ncurses ncurses-devel

2、make时报错

make: *** No targets specified and no makefile found.  Stop.

#yum install gcc gcc-c++ autoconf automake -y

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!