NotePublic/Software/Applications/Ncdu/Ncdu_使用说明.md

25 lines
973 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Ncdu 使用说明
一个可以替代 du 命令的工具ncdu 命令是对传统 du 命令功能上的增强,不需要像 du 那样输入大量的命令,就可以计算文件及目录大小并可以按照大小或文件名进行排序。它是基于 ncurses 库开发的,因此还支持很多丰富的交互式命令。
```bash
sudo pacman -S ncdu
ncdu
```
Ncdu 还提供了许多操作文件和文件夹的选项-导航,排序甚至删除:
upk - 用于向上移动光标
downj - 用于向下移动光标
右键输入l> - 打开所选目录
left<h - 这将打开父目录
n - 按名称排序(再次按降序排列)
s - 按文件大小排序(再次按降序排列)
d - 删除所选文件或目录
g - 显示百分比和/或图表
t - 排序时在文件之前切换 dirs
c - 切换子项目计数的显示
b - 当前目录中的 Spawn shell
i - 显示有关所选项目的信息
r - 刷新/重新计算当前目录
q - 退出 ncdu