摘要: 命令行启动简单的httpserver: python3: $ python3 -m http.serverServing HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...10.1.21.242 - - [27/Sep/2017 18:24:34 阅读全文
posted @ 2017-09-27 18:40 helloworld899 阅读(160) 评论(0) 推荐(0) 编辑
摘要: for x in {01..30};do echo -n $x && echo -n " " && grep "06\/$x\/" res_6.txt | wc -l;done #echo -n表示不换行 #把原目录的文件按照list.txt文件列表筛选出并同步到另一个新的目录 # cat rsyn 阅读全文
posted @ 2017-09-27 10:02 helloworld899 阅读(110) 评论(0) 推荐(0) 编辑