frederic massot wrote: > Mais, je n'arrive pas a supprimer les tabulations, j'ai essaye avec \t > comme en C, mais ca ne marche pas.
sed -e 's/^."\([^"]*\)"=>"\([^"]*\)",/\1 \2/' fichier.initial
^tabulation
Pour obtenir la tabulation avec Bash, CTRL-V suivi de TAB.
--
Edouard G. Parmelan
http://egp.free.fr

