On Fri, 2010-05-07 at 21:37 +1200, jumbophut wrote:
> 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

Unnecessarily complicated - just run "md5sum *" in the directory...

Simon.

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
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