![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 12:14 PM |
| 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 03:56 PM |
| undefined symbols | thalex | High Level Programming | 0 | 11-08-2001 12:37 PM |
![]() |
|
|
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!
|
|
||||
|
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?
|
|
||||
|
sed -e 's/^[ ]*Width:[ ]*//' -e 's/[ ]*$//'`
try this way ..you need to change according to your format in the file |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|