shell脚本批量改名
摘要:
#!/bin/bash # 检查输入参数是否正确 if [ "$#" -lt 3 ]; then echo "Usage: $0 <root_directory> <old_string> <replace_string> [1]" exit 1 fi root_directory=$1 old_s 阅读全文
posted @ 2024-08-27 18:28 悉野 阅读(255) 评论(0) 推荐(0)
posted @ 2024-08-27 18:28 悉野 阅读(255) 评论(0) 推荐(0)
posted @ 2024-08-27 18:22 悉野 阅读(909) 评论(0) 推荐(0)
posted @ 2024-08-27 11:11 悉野 阅读(563) 评论(0) 推荐(0)