2016-08-01 63 views

回答

0

使用爆炸,而不是%

!awk -F\\t 'BEGIN {OFS="\t"}{print $1,$2}' /path/to/file.txt > /output/file.txt