[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [off TOPIC] pb avec sed



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


Reply to: