Re: searching images

Udi Mottelo <[email protected]> Sun, 11 Dec 2005 15:57:21 +0200 (IST)
Newsgroups gmane.comp.security.forensics.tct
Message-ID <[email protected]>
On Tue, 6 Dec 2005, Black Ear wrote:

> hello, everyone
>
> i was wondering if there is an optimised way to search for pictures (jpg,
> png, ...) and clips (wmv, mpeg/mpg, mov, ...) in the output of lazarus -h
> unrmoutputs?

 	What I did is running:

file * | egrep -il 'jpe*g|mpe*g|....' *

 	But I didn't try grep it from the html file.  Try the pipe:

tr '<' '\012' theFile.html | grep -w "i"

 	and find the links. (As I remember "i" is the sign for image(?))

Bye,
  Udi


>
> thanks for any tip
>
> +++++++++++++++++++++++++++++++++++++++++++
> This Mail Was Scanned By Mail-seCure System
> at the Tel-Aviv University CC.
>

---------------------------------------------------------------------------
Udi Mottelo - Unix System Administrator.
Faculty of Engineering - Tel-Aviv University
E-Mail: <[email protected]>    Phone: +972-3-6409446
PGP/GPG public-kye: http://www.eng.tau.ac.il/~uuddii/pgp/public.asc
---------------------------------------------------------------------------