摘要: for file in \output\*; do mv "\(file" "\){file#\output\_}";done; 阅读全文
posted @ 2018-01-18 11:26 2021年的顺遂平安君 阅读(57) 评论(0) 推荐(0)
摘要: for file in \\output\\ ; do mv "$file" "${file \\output\\_}";done; 阅读全文
posted @ 2018-01-18 11:26 2021年的顺遂平安君 阅读(164) 评论(0) 推荐(0)