Date: Thu, 19 Dec 1996 04:12:28 -0800 (PST) From: asami@cs.berkeley.edu (Satoshi Asami) To: fenner@parc.xerox.com Cc: fenner@parc.xerox.com, msmith@atrad.adelaide.edu.au, ports@freebsd.org Subject: Re: Ports tidy-up sweep Message-ID: <199612191212.EAA01211@silvia.HIP.Berkeley.EDU> In-Reply-To: <96Dec18.222433pst.177712@crevenia.parc.xerox.com> (message from Bill Fenner on Wed, 18 Dec 1996 22:24:17 PST)
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. Oh, you are definitely not slow, actually I'm wondering if you speak awk during lunch. :> Anyway, I think that's a little too complex, and this is not the time-critical part anyway so I think we should keep grep | awk for this part.... Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612191212.EAA01211>