WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: is there some program that checks the md5 of the optional?  (Read 2567 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
is there some program that checks the md5 of the optional?
« on: October 08, 2010, 09:06:03 AM »
 ???
dCore user

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11041
Re: is there some program that checks the md5 of the optional?
« Reply #1 on: October 08, 2010, 09:45:06 AM »
Offline? You can use a loop such as

for i in *md5.txt; do md5sum -c $i; done
The only barriers that can stop you are the ones you create yourself.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: is there some program that checks the md5 of the optional?
« Reply #2 on: October 08, 2010, 10:27:59 AM »
yes, I know this, but I was suggesting to add this utility maybe in the appbrowser
dCore user

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: is there some program that checks the md5 of the optional?
« Reply #3 on: October 08, 2010, 01:07:25 PM »
Offline? You can use a loop such as

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

Nice!  :)
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11041
Re: is there some program that checks the md5 of the optional?
« Reply #4 on: October 08, 2010, 02:51:03 PM »
Actually with GNU md5sum it would just be "md5sum -c *md5.txt" ;)
The only barriers that can stop you are the ones you create yourself.

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: is there some program that checks the md5 of the optional?
« Reply #5 on: November 30, 2010, 07: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.
10+ Years Contributing to Linux Open Source Projects.