Quote:
Originally Posted by mitthan
Please use this command
sed -e "s/\º//g" -e "s/\ª//g" tt1.txt> tt2.txt
I have tested it with this input
tt1.txt input file contains
helªlo º helªlo2º
helªlo3º
output file tt2.txt comtains
hello hello2
hello3
|
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?