Append string to file names with bash
This question already has an answer here:
for FILE in folder/*.html
do
do_something_with "http://google.com/${FILE}"
done
链接地址: http://www.djcxy.com/p/29136.html
上一篇: bash比较变量和变量+字符串
下一篇: 用bash将字符串追加到文件名中