Date: Wed, 18 Dec 1996 22:24:17 PST From: Bill Fenner <fenner@parc.xerox.com> To: asami@cs.berkeley.edu (Satoshi Asami) Cc: fenner@parc.xerox.com, msmith@atrad.adelaide.edu.au, ports@freebsd.org Subject: Re: Ports tidy-up sweep Message-ID: <96Dec18.222433pst.177712@crevenia.parc.xerox.com> In-Reply-To: Your message of "Wed, 18 Dec 96 15:44:37 PST." <199612182344.PAA03800@vader.cs.berkeley.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Oh, I'm slow sometimes =) You could do something evil like ${AWK} '$$1 == "MD5" && $$2 == f { print $$4 }' f="($$file)" ${MD5_FILE} but that's probably sufficiently complex that the grep | awk is easier to understand. Bill
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?96Dec18.222433pst.177712>