html tool

2016年8月9日星期二

cut使用

cat test_lizard_file.log |cut -d\| -f 1|xargs lizard>test_lizard_file_ana.log
cut
 -d 分隔符
 -f 设置要取的域 1, 2-5

add:http://www.cnblogs.com/dong008259/archive/2011/12/09/2282679.html

没有评论:

发表评论