我正在尝试通过 cygwin 执行 shellscript
脚本.sh
cut -d "|" -f 8,9,13,23 results.txt >> Info1.txt
cut -d "|" -f 8,9,13,22 results.txt >> Info1.txt
cut -d "|" -f 8,9,13,15 results.txt >> Info1.txt
但我得到两个文件而不是一个,一个是我想要的 Info1.txt,另一个是 Info1.txt --> 原始文件名后面有一个点?
有人可以解释一下吗?
编辑:对不起,我似乎只得到了带有点的文件。