Discussion:
(text) sed/awk convert lines to colum
MOKRANI Rachid
2012-12-04 12:22:58 UTC
Permalink
Hi,

I have a file like :

My File.

id ; text
1 ; AAAA
1 ; AA BB CC
1 ; CC 22 2DS
1 ; 45 H DE T
2 ; WW NN FDRET
2 ; ZZZ DS 05 K
2 ; ss sss ss ss ssss
3 ; 7584455 tedr dr
3 ; JH CD FER GT 544 . 45
...

I would like to have with sed/awk the following result

id ; text1 ; text2 ; text3
; text4 ; text5 ; text6 .......
1 ; AAAA ; AA BB CC ; CC 22 2DS
; 45 H DE T
2 ; WW NN FDRET ; ZZZ DS 05 K ; ss sss ss ss ssss
3 ; 7584455 tedr dr; JH CD FER GT 544 . 45
...
...
...
...

Is someone has some idea for the good syntax command ?

Many thanks for some help.
Regards.
__________________________
Avant d'imprimer, pensez à l'environnement ! Please consider the environment before printing !
Ce message et toutes ses piÚces jointes sont confidentiels et établis à l'intention exclusive de ses destinataires. Toute utilisation non conforme à sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. IFP Energies nouvelles décline toute responsabilité au titre de ce message. This message and any attachments are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited. IFP Energies nouvelles should not be liable for this message.
__________________________

Loading...