]> gitweb.pimeys.fr Git - scripts-20-100.git/blob - utf8.sh
typo
[scripts-20-100.git] / utf8.sh
1 #!/bin/bash
2
3 # Pour convertir un fichier d'ISO vers UTF-8
4
5 file=$1
6
7 iconv -f iso8859-1 "${file}" | sponge "${file}"