zoukankan
html css js c++ java
du
功能说明:统计磁盘空间使用情况。
参数选项:
-a 显示所有文件大小。
-h 以人类刻度的方式查看,以K、M、G为单位。
-s 显示文件的大小总和。
--exclude=<目录或文件> 略过指定的目录或文件。
-X,--exclude-from=FILE 从文件中读取需要略过的目录或文件。
--max-depth=N 显示N级子目录的大小,当N=0时,该参数和-s参数的效果一样。
查看全文
相关阅读:
kubectl 命令详解
codeforce344 C report
poj3041 建图+最小顶点覆盖(最大匹配数)
poj1637 混合欧拉回路的判定
poj1149 最大流好题 难在建图 好题
targan 算法模板
poj2186 强连通分量 targan算法的应用
poj2723 2分 + 2-sat
poj3061 尺取法
poj3207 2-sat基础题
原文地址:https://www.cnblogs.com/liang545621/p/9416673.html
最新文章
抽象类和接口的区别以及jdk1.8之后接口里面可以实现方法
142. Linked List Cycle II
138. Copy List with Random Pointer
19. Remove Nth Node From End of List
160. Intersection of Two Linked Lists
23. Merge k Sorted Lists
148. Sort List
237. Delete Node in a Linked List
206 Reverse Linked List
130. Surrounded Regions
热门文章
286. Walls and Gates
linux中常见压缩文件格式
tcpdump用法说明
Git常用命令
docker基础命令
SaltSatck常用指令一
Linux使用/proc/stat计算CPU使用率
IP命令介绍
k8s中command、args和dockerfile中的entrypoint、cmd之间的关系
感叹号在Linux bash中使用技巧
Copyright © 2011-2022 走看看