ls *.txt | xargs -i -n 1 sh -c "cut -f 1-3 {} > ../{}"
即可

相关文章: