Date: 23 Dec 1999 19:04:09 +0100 From: Dag-Erling Smorgrav <des@flood.ping.uio.no> To: Marcel Moolenaar <marcel@scc.nl> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <xzpln6l8rfq.fsf@flood.ping.uio.no> In-Reply-To: Marcel Moolenaar's message of "Thu, 23 Dec 1999 18:59:07 %2B0100" References: <199912161347.FAA39532@freefall.freebsd.org> <xzpzov18u9r.fsf@flood.ping.uio.no> <386262EA.83136B0D@scc.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Marcel Moolenaar <marcel@scc.nl> writes: > But this would imply that I get the normal file back by doing the same > translation, right? > > `tr a-z n-za-m < fortunes-o` gives: > > %% $SreeOFQ: src/games/fortune/datfiles/fortunes-o.real,v 1.4 1999/10/31 > 21:25:40 billf Rxp $ > > There's corruption, which means that there must be a difference, right? Uh, yes - I forgot upper-case letters :) 'tr a-zA-Z n-za-mN-ZA-M' should do the trick. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpln6l8rfq.fsf>