tre / tildego.sh
0 Kedvelések
0 forkok
1 fájlok
Utoljára aktív 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 |
Újabb
Régebbi