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.
ASCII to char convertion
Name: Peter Date: April 20, 2001 at 05:33:49 Pacific
Comment:
How can I convert ASCII to characters and backward? I need it for Bourne shell script.
Summary: I have "one line file", for example: 48454C4C4F205747524C44 and it should be "one mark in line: 48 45 4C e.t.c or best of all, it should be converted from Hex to char: HELLO WORDL Thanks ...
Summary: I think the easiest way to complete this task is by printing, scanning and converting with OCR. If anyone wants to develop a program to do this conversion it would have to keep in mind automation: Fir...
Summary: Hi, If I understand correctly, you want to convert a columnar textfile to an HTML table. The code below will do that: echo "Type name of file to be converted" read infile outfile=$infile.html echo "&...