tre / tildego.sh
0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 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 |
Novější
Starší