Afficher un message
Vieux 27/05/2007, 18h16   #1
waffle.horn@googlemail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut removing rogue characters with sed

Hi all,

Im trying to remove two types of rogue characters but I can't seem to
think of the correct solution with sed. The characters Im trying to
remove are the @ and ` characters shown below

-0.1000@-0.1000

-0.1000`-0.1000

I have tried...

sed 's/@/ /' FILENAME | sed 's/`/ /'

It doesn't seem to work for all instances. Any idea would be much
appreciated

Many thanks.

  Réponse avec citation
 
Page generated in 0,04588 seconds with 9 queries