For loop for files in multiple folders - bash shell

后端 未结 2 747
失恋的感觉
失恋的感觉 2021-01-02 09:43

I need to have files from many directories in a for loop. As for now, I have the following code:

for f in ./test1/*;
...
for f in ./test2/*;
...
for f in ./t         


        
2条回答
提交回复
热议问题