Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 1996 08:58:37 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.085846pst.177712@crevenia.parc.xerox.com>
In-Reply-To: Your message of "Tue, 17 Dec 96 22:58:39 PST." <199612180658.WAA04732@silvia.HIP.Berkeley.EDU> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199612180658.WAA04732@silvia.HIP.Berkeley.EDU> you write:
> *             CKSUM2=`${AWK} "/^MD5 \($$file\)/ "'{print $$4}' ${MD5_FILE}'`
>  ; \
>
>Unfortunately, this doesn't work, as we now have "/" in the file path
>substituted there.

Oh, I was just copying Mike's grep suggestion.  My suggestion is really
just to get rid of the grep; if you're happy with "grep $$file" then
awk "/$$file/" is just as good.

  Bill



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?96Dec18.085846pst.177712>