in reply to Re^2: Perl Script for searching an Image
in thread Perl Script for searching an Image
If you're going to mount it, you needn't worry about the fact that it's an image--once mounted it will just be a tree of files like any other. If you just want to directly scan the image file, you don't even need perl, try:
grep -a your_image_file_name...roboticus
|
|---|