Your question doesn't have enough information to offer anything but general advice. First you need to figure out what kind of a
image file of a disk that you have. That could mean a bunch of different things!
Popular Disk Image Formats.
The software that made the disk image (what ever that software was), will have a "restore" function that re-creates the original disk represented by the disk image. That means among other things that there will be a file system instead of a huge single "thing" consisting of just a bunch of bits in a possibly proprietary format. So first step is to re-create the original disk on a new disk or some file system partition, etc.
Once you have something like that, you can think about writing code that searches this collection of files (a directory is just a special kind of file) for what you want. At this point, I have no idea of what you really want to do.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.