摘要: 11/28整理 [root@ht ~]# which python /usr/bin/python [root@ht ~]# vim ~/python/helloworld.py #!/usr/bin/python print "Hello World!" [root@ht ~]# cd ~/pyt 阅读全文
posted @ 2016-12-12 21:29 zing1024 阅读(408) 评论(0) 推荐(0)
摘要: [root@ht ~]# ps -C nginx --no-header | wc -l [root@ht ~]# grep -r[n,i] "huangteng" ./* | cut -d":" -f1 | uniq[sort -u]./ht.py./python/agesort.py [root 阅读全文
posted @ 2016-12-10 22:22 zing1024 阅读(120) 评论(0) 推荐(0)