How to use xargs to output to different file names?

前端 未结 0 1904
野的像风
野的像风 2021-02-06 02:02

Say I have a large amount of files in a list, like this

$ mkdir inputs
$ for i in $(seq 1 1 10000); do printf "$i\\n" > inputs/$i; done
$ find inputs         


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