📌  相关文章
📜  linux 无效文件名修复 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:25.786000             🧑  作者: Mango

代码示例1
detox -r -v /path/to/your/files

# -r Recurse into subdirectories
# -v Be verbose about which files are being renamed 
# -n Can be used for a dry run (only show what would be changed)