Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: jls on October 08, 2010, 06:06:03 AM

Title: is there some program that checks the md5 of the optional?
Post by: jls on October 08, 2010, 06:06:03 AM
 ???
Title: Re: is there some program that checks the md5 of the optional?
Post by: curaga on October 08, 2010, 06:45:06 AM
Offline? You can use a loop such as

for i in *md5.txt; do md5sum -c $i; done
Title: Re: is there some program that checks the md5 of the optional?
Post by: jls on October 08, 2010, 07:27:59 AM
yes, I know this, but I was suggesting to add this utility maybe in the appbrowser
Title: Re: is there some program that checks the md5 of the optional?
Post by: tinypoodle on October 08, 2010, 10:07:25 AM
Offline? You can use a loop such as

for i in *md5.txt; do md5sum -c $i; done

Nice!  :)
Title: Re: is there some program that checks the md5 of the optional?
Post by: curaga on October 08, 2010, 11:51:03 AM
Actually with GNU md5sum it would just be "md5sum -c *md5.txt" ;)
Title: Re: is there some program that checks the md5 of the optional?
Post by: roberts on November 30, 2010, 04:55:23 PM
yes, I know this, but I was suggesting to add this utility maybe in the appbrowser
Will be an option in AppsAudit for 3.4.