On Fri, May 7, 2010 at 6:08 PM, xinglp wrote:
> like this
> a6de1cc6434cd64038b0a0ae4e252b33  autoconf-2.65.tar.bz2
> c2972c4d9b3e29c03d5f2af86249876f  automake-1.11.1.tar.bz2
> 9800d8724815fd84994d9be65ab5e7b8  bash-4.1.tar.gz
> just like it `make` create wget-list


Or perhaps you meant:

cd sources # the directory with all your package tarballs in it
for i in *; do echo $(md5sum $i) $i; done

which would generate the md5sums of all the files you downloaded,
giving you a list to compare against those on the website.

-- 
Tony (echo 'spend!,pocket awide' | sed 'y/acdeikospntw!, /l...@omcgtjuba.phi/')
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to