gpt4 book ai didi

linux - Unix 外壳 : how to deal with filename with space while looping through the directory?

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:56:53 25 4
gpt4 key购买 nike

假设在一个目录下有两个文件

file1.jpg 
file 2.jpg

这是我循环遍历文件的代码:

for i in $dir/*
do
type=`exiftime -tg $i | cut -c-5`
done

我遇到的问题是,当循环查看“file 2.jpg”时,由于空格,“file”和“2.jpg”将其视为两个文件。如何让它将文件视为一个文件?

最佳答案

用双引号将 $i 括起来:"$i"

关于linux - Unix 外壳 : how to deal with filename with space while looping through the directory?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35052464/

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