From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 20 Jun 2009 15:35:43 -0400 Message-ID: <3aaafc130906201235m19b6c12fl6b123095f14e7750@mail.gmail.com> From: "J.R. Mauro" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] plumbing to get files from odd filesystems, and get pages from local manuals Topicbox-Message-UUID: 0d1cc90c-ead5-11e9-9d60-3106f5b1d025 On Thu, Jun 18, 2009 at 2:01 AM, Jason Catena wrote= : > Some plan9port plumbing I wrote which may help someone. > > Using the plan9port plumber to find files in ClearCase VOBs. > http://www.evernote.com/pub/catena/public#7d2e9774-964f-423c-96e9-5e8721b= 1a78d > > Also plumb man(1) pattern to local manual. =A0New convention "man(1l)" > to name eclipsed local manual pages. > http://www.evernote.com/pub/catena/public#73edd473-f300-4e1f-991c-9876eb2= 9dba0 This is helpful, thanks. > > Jason Catena > > In addition, here's some plumbing to send coordinates to one of the mapping programs in contrib: # coordinate pairs are sent to gmap type is text data matches '(-?[0-9]+\.?[0-9]+\?-?[0-9]+\.?[0-9]+)' plumb start gmap -n$1 I think the matches clause is right, but it could be totally broken. I'm trying to get the C version of gmap to talk directly to the plumber on a 'coordinate' port. If anyone has some pointers, I'd be glad to hear them.