gpt4 book ai didi

linux - 对于多个文件夹中的文件的循环 - bash shell

转载 作者:IT王子 更新时间:2023-10-29 00:15:50 28 4
gpt4 key购买 nike

我需要在 for 循环中获取来自多个目录的文件。至于现在,我有以下代码:

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

在每个循环中,我都在做同样的事情。有没有办法从多个文件夹中获取文件?

提前致谢

最佳答案

尝试 for f in ./{test1,test2,test3}/*for f in ./*/* 取决于你想要什么。

关于linux - 对于多个文件夹中的文件的循环 - bash shell,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6122341/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com