Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Hexadecimal editor
Name: surfistadesampa Date: January 10, 2005 at 10:04:41 Pacific OS: Linux CPU/Ram: Pentium III
Comment:
Hi people,,,
Does anyone know any hexadecimal editor for Unix (native and non-native) ???
I have a file that contains as last character a number, but when i visualize it with a hex editor i see a "dot" ( a0 ) as the last character ... Anyone know how can i erase this "dot" in a command line ??
for example ... i have a file called test.
# cat test 123456
the last character is 6 ... but when i use a hex editor, it shows the following 31 32 33 34 35 36 a0
this correspond:
123456.
this s u c k s a lot ... there are a program that process this file and this program show a message error always that get files that contains this "dot" and i need process this file,, and the unique way is erase this dot that i cant see using vi editor.
Summary: I am new to the UNIX world and I was wondering what to use for an editor for COBOL source code. I am transferring COBOL source code from an AS400. Is VI the way to go?? I was hoping there would be ...
Summary: Is it possible to store variables in a hexadecimal format? I've read an earlier post explaining how to convert decimal to hex, and that works fine, but in my program i am reading in hex values from a...
Summary: Hi, Sometimes by typing a path to go to a directory, when I misstyped I am not able to delete it anymore, I need to press ENTER which will bring me to a new row where I need to retype the whole path ...