Espaces et accents dans les noms de fichiers

Contents

    Ligne de commande

    Script

    for fichier in "$@"; do
      echo "$fichier"
    done
    

    Avec un find et xargs

    find ... -print0 | xargs -0 ...

    Accents

    unaccent UTF-8

    Proudly Powered by Zim 0.75.2.

    Template by Etienne Gandrille, based on ZeroFiveEight and using JQuery Toc Plugin.