摘要: 任意字符(The Any Character) dot or period character: “.” grep -h '.zip... 阅读全文
posted @ 2017-05-30 11:24 2021年的顺遂平安君 阅读(65) 评论(0) 推荐(0)
摘要: 新建一批 txt 文件: [me@linuxbox ~]$ ls /bin > dirlist-bin.txt[me@linuxbo... 阅读全文
posted @ 2017-05-30 11:05 2021年的顺遂平安君 阅读(58) 评论(0) 推荐(0)
摘要: touch命令有两个主要功能: 改变 timestamps新建空白文件 例如,不带任何参数地输入: touch file1 file... 阅读全文
posted @ 2017-05-29 20:31 2021年的顺遂平安君 阅读(76) 评论(0) 推荐(0)
摘要: The xargs command performs an interesting function. It accepts i... 阅读全文
posted @ 2017-05-29 20:00 2021年的顺遂平安君 阅读(53) 评论(0) 推荐(0)
摘要: 以下面的命令为例: find ~ -type f -name 'foo*' -exec ls -l '{}' ';' 分面两部分,第... 阅读全文
posted @ 2017-05-29 19:48 2021年的顺遂平安君 阅读(78) 评论(0) 推荐(0)
摘要: -cmin n: 查找 exactly n 分钟前内容或属性被最后修过的文件-cnewer file: 查找内容或属性的最后修改时间... 阅读全文
posted @ 2017-05-29 19:05 2021年的顺遂平安君 阅读(73) 评论(0) 推荐(0)
摘要: 例如,find -size +1M:查找大于 1 MB 的文件。其他参数: b: 512-byte blocks. This is ... 阅读全文
posted @ 2017-05-29 18:50 2021年的顺遂平安君 阅读(84) 评论(0) 推荐(0)
摘要: find -type d -name "dir_name" -type d是查找目录的参数,如果是查找其他的: -type b: ... 阅读全文
posted @ 2017-05-29 18:45 2021年的顺遂平安君 阅读(75) 评论(0) 推荐(0)
摘要: What is ppa? PPAs are for non standard software/updates. They ar... 阅读全文
posted @ 2017-05-29 18:42 2021年的顺遂平安君 阅读(269) 评论(0) 推荐(0)
摘要: 1 HUP: hangup2 INIT: 相当于 Ctrl + c9 KILL15 TERM: Terminate (kill 的默... 阅读全文
posted @ 2017-05-29 10:30 2021年的顺遂平安君 阅读(69) 评论(0) 推荐(0)