----- Original Message -----
From: "marc gevrey" <[EMAIL PROTECTED]>
Subject: Re: [Confirme] sed


> as tu essayer :
> sed "s/\'/' '/g" toto.txt
>
> Stephane BRANGER a �crit :
> > J'essaye de d�gager le caract�re ' d'un fichier toto.txt et j'utilise la
> > commande:
> >
> > sed 's/\'/" "/g' toto.txt
> >

essaie simplement
sed s/\'/\ /g toto.txt
ou
sed "s/\'/ /g" toto.txt

je pense que c'est tes guillements sur l espace qui sont pas bons

----------------------------------------------------------
  Frederic PLE
  email: [EMAIL PROTECTED]     Yahoo! Messenger: gvfred
----------------------------------------------------------
Get free certificates and use digital signature for emails :
         http://www.thawte.com/certs/personal/contents.html
Make money to surf :
         https://www.alladvantage.com/home.asp?refid=IIU-338
         http://www.mediabarre.com/cgi-bin/mba.cgi?004761

Répondre à