1.软文推荐

2.软文推荐

3.软文推荐

Dutree是Durep和Tree的组合。Durep用图表创建磁盘使用情况报告,这使我们能够确定哪些目录使用了最多的空间。尽管durep可以产生类似于du的文本输出,但其真正的功能是能够将报告存储在文件中。Tree是目录显示程序,它以树状结构在终端上递归列出目录。

系统环境

Centos7

安装

需要先安装cargo包管理器:

[root@localhost ~]# yum -y install cargo

其次配置cargo的仓库地址,因为默认使用国外源,下载速度超慢:

进入$HOME/.cargo创建config配置文件:

[root@localhost ~]# cd $HOME/.cargo
[root@localhost .cargo]# touch config

将下面内容复制到config配置文件中:

[source.crates-io]
registry = "https://github.com/rust-lang/crates.io-index"

# 替换成速度比较快的镜像源,这里使用上海交大的。
replace-with = 'sjtu'

# 清华大学
[source.tuna]
registry = "https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git"

# 上海交通大学
[source.sjtu]
registry = "https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index"

# rustcc社区
[source.rustcc]
registry = "git://crates.rustcc.cn/crates.io-index"

开始安装dutree吧:

[root@localhost ~]# cargo install dutree
   Updating `https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index` index
 Downloaded dutree v0.2.16 (registry `https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index`)
 Downloaded 1 crate (638.0 KB) in 0.37s
 Installing dutree v0.2.16
 Downloaded signal-hook v0.1.16 (registry `https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index`)
 Downloaded terminal_size v0.1.13 (registry `https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index`)
 Downloaded thread_local v1.0.1 (registry `https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index`)
 Downloaded signal-hook-registry v1.2.2 (registry `https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index`)
 Downloaded unicode-width v0.1.8 (registry `https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index`)
 Downloaded memchr v2.3.4 (registry `https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index`)
 Downloaded regex-syntax v0.6.21 (registry `https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index`)
 Downloaded aho-corasick v0.7.14 (registry `https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index`)
 Downloaded regex v1.4.2 (registry `https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index`)
 Downloaded libc v0.2.80 (registry `https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index`)
 Downloaded lazy_static v1.4.0 (registry `https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index`)
 Downloaded getopts v0.2.21 (registry `https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index`)
 Downloaded unicode-segmentation v1.6.0 (registry `https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index`)
 Downloaded 13 crates (1.4 MB) in 0.43s
  Compiling libc v0.2.80
  Compiling memchr v2.3.4
  Compiling lazy_static v1.4.0
  Compiling unicode-width v0.1.8
  Compiling regex-syntax v0.6.21
  Compiling unicode-segmentation v1.6.0
  Compiling thread_local v1.0.1
  Compiling getopts v0.2.21
  Compiling signal-hook-registry v1.2.2
  Compiling terminal_size v0.1.13
  Compiling aho-corasick v0.7.14
  Compiling signal-hook v0.1.16
  Compiling regex v1.4.2
  Compiling dutree v0.2.16
   Finished release [optimized] target(s) in 1m 35s
 Installing /root/.cargo/bin/dutree
  Installed package `dutree v0.2.16` (executable `dutree`)
warning: be sure to add `/root/.cargo/bin` to your PATH to be able to run the installed binaries

看到上面最后一个warning提示,需要将/root/.cargo/bin目录添加到PATH环境变量中:

[root@localhost ~]# echo "export PATH=$PATH:/root/.cargo/bin" >> ~/.bashrc
[root@localhost ~]# source ~/.bashrc

现在可以使用dutree了

实例 目录深度

通过-d选项,加上数字,查看一层目录或者多层目录,下面是查看/root用户家目录的,查查看一层目录:

[root@localhost ~]# dutree -d1 ./

下面是查看/root家目录最多3层目录:

[root@localhost ~]# dutree -d3 ./

如果不限制目录层数,可以不加-d选项,下面查看/root/test目录:

[root@localhost ~]# dutree test/
排除某个文件

要排除与文件或目录名称匹配的内容,请使用-x选项。下面排除test目录中包括dir1的项目:

[root@localhost ~]# dutree -x dir1 test/

使用-H选项,可以排除隐藏文件:

[root@localhost ~]# dutree -H

可以看到隐藏文件没有列出来。

进度条使用ASCII字符显示

可以使用ASCII字符#号来代替默认的进度条:

[root@localhost ~]# dutree -d1 -A /root
总结

Dutree是Durep和Tree的组合。Durep用图表创建磁盘使用情况报告,这使我们能够确定哪些目录使用了最多的空间。尽管durep可以产生类似于du的文本输出,但其真正的功能是能够将报告存储在文件中。Tree是目录显示程序,它以树状结构在终端上递归列出目录。

本文来源:www.lxlinux.net/8972.html,若引用不当,请联系修改。

相关文章 8

1

【优惠】Namecheap:域名转入7折优惠,限时一周,有需要续费域名的朋友可以选择 3分钟前

Namecheap是一家知名的国外域名注册商,商家托管的域名数据非常多,站长手里也有好几个域名放在他家,商家从今天开始,做了一个为期一...

2

Linux下寻找相同的文件具体方法 4分钟前

电脑长时间使用之后,不可避免的会产生各种无用的文件,而这其中有很大一部分都是重复文件,这些重复文件可能是你出于临时备份多次...

3

腾讯云助手是什么?腾讯云助手有哪些管理功能?(腾讯云助手app官方下载) 7分钟前

腾讯云助手是什么? 腾讯云助手目前支持微信、QQ 注册,若您还不是腾讯云用户,可快捷注册。与此同时,支持腾讯云用户通过微信、QQ、...

4

悠易科技并购LinkFlow,yoyi.com却流落在外?(易悠科技园) 9分钟前

近日消息,悠易宣布全资并购CDP(Customer Data Platform,客户数据平台)厂商LinkFlow,成立悠易科技集团(以下简称悠易科技),同时宣布完成2000万美...

5

详解JSP 自定义标签 10分钟前

jsp即java server pages,顾名思义就是java服务器端页面,是一种动态的页面开发技术。并且jsp实现了html中插入java代码的技术,是放在服务器端的...

6

腾讯云数据库CynosDB怎么样?CynosDB智惠上云10元半年使用权(腾讯云数据库mysql付费模式) 12分钟前

腾讯云数据库 cynosdb(TencentDB for cynosdb) 是腾讯云自研的新一代高性能高可用的企业级分布式云数据库。 融合了传统数据库、云计算与新硬件...

7

【便宜】HostYun:三网回程联通AS9929线路美国套餐,200M大带宽,月付25起 13分钟前

HostYun原名主机分享,也已经开办很多年了,去年整合到一个平台上,新品牌HostYun,商家以便宜的VPS打开市场,有韩国、日本、美国等机房,...

8

通过SSH连接Docker虚拟机 16分钟前

Docker 是一个开源项目,诞生于 2013 年初,最初是 dotCloud 公司内部的一个业余项目。它基于 Google 公司推出的 Go 语言实现。 项目后来加入了...