摘要: 【20240709】海量图片导出需求,shell脚本 [root@localhost images]# cat junshuv3.sh #!/bin/bash # 确保脚本在 ~/images 目录下运行 if [ "$(pwd)" != "$HOME/images" ]; then cd ~/images fi # 创建目标目录 junshu,如果不 阅读全文
posted @ 2024-07-09 14:25 Junshu 阅读(7) 评论(0) 推荐(0)