[gull] Problèmes charactères MacOSX
Daniel Cordey
dc at mjt.ch
Fri Sep 10 15:45:03 CEST 2004
On Friday 10 September 2004 15:31, Daniel Cordey wrote:
> On Friday 10 September 2004 15:21, Blaise Drayer wrote:
> > ?[]/\=+<>;:",|*
>
> Exemple (de fichier contenant jsutement toutes ces "horreurs")
>
> echo 'aa?[]/\=+<>;:",|*' | tr '[?\[\]/\\=+<>;:",|*]' '[12345678pqrstuvw]'
Pardon ! la syntaxe des arguments de tr doivent etre :
tr '?\[\]/\\=+<>;:",|*' '12345678pqrstuvw'
le resultat sera alors :
--> aa12345678pqrstuv
... trop l'habitude d'utiliser les [] dans tr...
Daniel
More information about the gull
mailing list