How can i find all the files via read filename from a txt file use shell

前端 未结 0 434
花落未央
花落未央 2020-12-09 10:46

I want to find out all the files via given filename, and then copy to another dir my code:

while IFS= read -r file; do
  echo $file
  find /data/upload -name          


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