du.x
来自「Linux下文件工具。」· X 代码 · 共 24 行
X
24 行
[NAME]du \- estimate file space usage[DESCRIPTION].\" Add any additional description here[PATTERNS]PATTERN is a shell pattern (not a regular expression). The pattern.BR ?matches any one character, whereas.BR *matches any string (composed of zero, one or multiple characters). Forexample,.BR *.owill match any files whose names end in.BR .o .Therefore, the command.IP.B du --exclude='*.o'.PPwill skip all files and subdirectories ending in.BR .o(including the file.BR .oitself).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?