William126

2019年2月18日

50个常用的Linux命令(三)awk

摘要: [root@localhost cee]# echo -e "line1\nline2"|awk '{ print }'line1line2[root@localhost cee]# echo -e "line1\nline2"|awk 'BEGIN{ print "START"} { print 阅读全文

posted @ 2019-02-18 17:34 William126 阅读(107) 评论(0) 推荐(0) 编辑

50个常用的Linux命令(二)sed

摘要: [root@localhost cee]# echo this thisthisthis |sed 's/this/THIS/g'THIS THISTHISTHIS[root@localhost cee]# echo this thisthisthis |sed 's/this/THIS/2g'th 阅读全文

posted @ 2019-02-18 16:23 William126 阅读(129) 评论(0) 推荐(0) 编辑

App测试之Monkey压力测试

摘要: 阅读全文

posted @ 2019-02-18 11:06 William126 阅读(225) 评论(0) 推荐(0) 编辑

导航