我试着做一些工具,它不会工作。文我直接在 CMD 中编写字符串它可以工作。
这是我的代码:
copy *.txt tmp.txt
gawk -F "\"*,\"*" "{print $1,$15}" tmp.txt > tmp1.txt
gawk "NR%2==0" tmp1.txt > turbo.txt
我试着做一些工具,它不会工作。文我直接在 CMD 中编写字符串它可以工作。
这是我的代码:
copy *.txt tmp.txt
gawk -F "\"*,\"*" "{print $1,$15}" tmp.txt > tmp1.txt
gawk "NR%2==0" tmp1.txt > turbo.txt