![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ascii to binary conversion in sco 5.0.5 | sameek1211 | SCO | 1 | 12-17-2007 04:49 AM |
| viewing/information of binary files | ocelot | UNIX for Dummies Questions & Answers | 2 | 10-03-2006 08:46 AM |
| Need to convert Binary files to ascii | Reza Nazarian | UNIX for Advanced & Expert Users | 5 | 11-05-2004 05:46 PM |
| text files, ASCII files, binary files and ftp transfers | Perderabo | Answers to Frequently Asked Questions | 0 | 04-08-2004 01:25 PM |
| binary to ascii conversion | jimcook42 | UNIX for Dummies Questions & Answers | 2 | 10-10-2001 10:29 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
viewing binary files in ASCII
Hi,
How to view binary files in ASCII format.???????????????? Bye |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Depending on which Unix you are using, you can use something like "od" that will perform an octal dump, or "xd" ("xxd" on some linux systems) to perform a hex-dump.
If you just want to find text strings in a binary file, use the "strings" command. If you can provide more info, someone may be able to better help find what meets your needs. |
|
#3
|
|||
|
|||
|
Thank you very much
|
|||
| Google The UNIX and Linux Forums |