[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to write a script that recursively check files in a directory with md5sum



Thank you!

Windows has folder names that include space,
Example:"Program Files"

Will that cause trouble for your solution?

--- Matthias Czapla <dermatsch@gmx.de> wrote:
> On Wed, Jul 14, 2004 at 10:09:18AM -0700, j smith
> wrote:
> > md5sum checks one file a time. i want a script
> that
> > recursively check files in a directory.Thanks!
> > 
> > PS: the script's application: in DOS 6, there is
> > antivirus program called "msav" that check if
> > executables are changed or infected. such program
> is
> > no longer available is Windows, so i want a script
> > that does this job.
> 
> find ~ -type f -exec cat {} \;
> 
> Regards
> Matthias
> 
> 
> -- 
> To UNSUBSCRIBE, email to
> debian-user-REQUEST@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Reply to: