OK, one good vi question deserves another. 

I seem to get 0xA0 i.e. hex A0 often in files where spaces
should be. I can remove them with something like 
cat file.txt | tr "\240" " " >file.txt.clean

I would like to use the substitute command in vi 
but cannot figure out how to hit on an arbitrary 
hex character. Anyone know the incantation? 

boblq


-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to