/usr/ports/distfiles maintenance

Thierry Thomas thierry at pompo.net
Fri May 27 09:56:37 PDT 2005


Le Ven 27 mai 05 à 15:27:59 +0200, Oliver Lehmann <lehmann at ans-netz.de>
 écrivait :
> > What about:
> > 
> > find . -name distinfo | xargs grep MD5 | awk '{ print $2 }' | sed -e 's/[()]//g'
> 
> find . -name distinfo -type f | xargs awk -F'[()]' '/MD5/ {print $2}' 

find . -name distinfo -type f -exec awk -F'[()]' '/MD5/ {print $2}' {} \;

Next one?
-- 
Th. Thomas.


More information about the freebsd-ports mailing list