04 2017 档案

摘要:fedorayang@ynlhost:~$ sudo apt get dist upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating u 阅读全文
posted @ 2017-04-23 18:24 秋将暮 阅读(1611) 评论(0) 推荐(0)
摘要:一,使用例子 1.搜索大于10M的文件,按照从大到小的顺序排序 find . type f size +10M|xargs du h|sort nr 命令解释 find 查找命令 . 指定当前目录下 type f 只搜索文件 size +10M 文件必须大于10M | 管道操作,把搜索的结果传递给后 阅读全文
posted @ 2017-04-13 08:53 秋将暮 阅读(813) 评论(0) 推荐(0)