This commit is contained in:
guobao.jiang 2016-08-04 21:01:24 +08:00
parent 81961c3b14
commit 6e2c910b44
1 changed files with 2 additions and 0 deletions

2
shell/awk.sh Normal file
View File

@ -0,0 +1,2 @@
# awk 打印从第三列开始到最后一列的数据
awk '{$1=$2=""; print $0}' bugtrace.txt >> bugfilter.txt