tre / tildego.sh
0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 3 weeks ago
remove tildes from filenames
| 1 | #!/usr/bin/env bash |
| 2 | |
| 3 | for file in *; do mv "${file}" "${file/\~/}" 2> /dev/null; done |
Новіше
Пізніше