CSV et sed
Résolu
yann747
Messages postés
128
Statut
Membre
-
zipe31 Messages postés 34620 Date d'inscription Statut Contributeur Dernière intervention -
zipe31 Messages postés 34620 Date d'inscription Statut Contributeur Dernière intervention -
Bonjour,
je cherche à transformer avec sed un fichier du type (séparation par tabulation)
a1 a2 a3 a4 a5
b1 b2 b3 b4 b5
c1 c2 c3 c4 c5
en:
"a1";"a2";"a3";"a4";"a5";
"b1";"b2";"b3";"b4";"b5";
"c1";"c2";"c3";"c4";"c5";
je cherche à transformer avec sed un fichier du type (séparation par tabulation)
a1 a2 a3 a4 a5
b1 b2 b3 b4 b5
c1 c2 c3 c4 c5
en:
"a1";"a2";"a3";"a4";"a5";
"b1";"b2";"b3";"b4";"b5";
"c1";"c2";"c3";"c4";"c5";