Useing for loop to iterate through file

后端 未结 0 1479
轻奢々
轻奢々 2021-01-16 05:36

I can iterate through a file, a.txt, performing an arbitrary command (echo in this example) on each line by doing

xargs -n1 echo < a.txt

o

相关标签:
回答
  • 消灭零回复
提交回复
热议问题