Date: Fri, 27 May 2005 18:54:36 +0200 From: Thierry Thomas <thierry@pompo.net> To: freebsd-ports@freebsd.org Subject: Re: /usr/ports/distfiles maintenance Message-ID: <20050527165436.GA58117@graf.pompo.net> In-Reply-To: <20050527152759.0b2b0a64.lehmann@ans-netz.de> References: <42970476.6050105@btopenworld.com> <20050527113832.GQ1175@k7.mavetju> <20050527131802.GB98382@vision.anyware> <20050527152759.0b2b0a64.lehmann@ans-netz.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Le Ven 27 mai 05 à 15:27:59 +0200, Oliver Lehmann <lehmann@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050527165436.GA58117>