![]() |
|
|
google unix.com
|
|||||||
| Forums | Casino | Register | Forum Rules | Links | Albums | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Finding SYmbols in LIB | senthil_is | HP-UX | 1 | 05-08-2008 04:36 AM |
| new lines symbols in sed? | gogogo | Shell Programming and Scripting | 1 | 11-21-2006 11:14 AM |
| Error When Print Accents | edvaldo | UNIX for Dummies Questions & Answers | 0 | 07-31-2004 05:10 PM |
| cp first ~/bin what is ~ symbols importance in this. | singh85 | Linux | 1 | 01-30-2004 02:56 PM |
| undefined symbols | thalex | High Level Programming | 0 | 11-08-2001 11:37 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
remove accents and symbols with sed
Hi, I would like to know how could I remove accentes and the symbols: º and ª of a text file with sed. Whis this command doesn't works :-( sed "s/í/i/g" filename Many thanks and sorry for my english!
|
| Sponsored Links |
|
|||
|
Sorry doesn't work me In te text, the caracter ª if I do a vi it show me well, but when I do a sed from this text shows me a extrange caracter in substitusion to ª, it shows me a interrogation mark like inside of a sqare if I try to paste the line where the character is (ctrl+c, ctrl+v) but it shows: on - 8� Any help?
|