On sam, 2001-12-15 at 02:11, Herve LEFEBVRE wrote:
> Hello,
> 
> Un trucx tout b�te pour ceux qui connaissent sed. Je veux transformer des 
> backslashes (\) en esoaces.
> 
> J'ai essay� :
> 
> [aegir@localhost transfer]$ rdjpgcom IMG_0001.JPG | sed "s/\/ /"
> sed: -e expression #1, char 6: Unterminated `s' command
> [aegir@localhost transfer]$ rdjpgcom IMG_0001.JPG | sed "s/\\/ /"
> sed: -e expression #1, char 6: Unterminated `s' command
> 
> Pourtant, sous vi, �a marche sans probleme ce genre de choses...
> 
> Comment on fait pour d�signer le backslash ??
> 
essaye s/\\/ /g

A+
S�b



Vous souhaitez acquerir votre Pack ou des Services MandrakeSoft?
Rendez-vous sur "http://www.mandrakestore.com";

Répondre à