From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <01a58ea8984c98bee83e2bcadffbca70@neinchan.znet> Date: Fri, 11 Oct 2013 12:24:10 -0400 From: BurnZeZ To: 9fans@9fans.net In-Reply-To: <6cb27c92e67898615b96bc61cf6ab1b9@coraid.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-trsmqdrsyqfmxpiouysnupeibz" Subject: Re: [9fans] it's the small things ... Topicbox-Message-UUID: 851bfb78-ead8-11e9-9d60-3106f5b1d025 This is a multi-part message in MIME format. --upas-trsmqdrsyqfmxpiouysnupeibz Content-Disposition: inline Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable It's funny how small tricks like that can make things so much easier. Here's a script to compare your $home/lib/profile with those in sources. I'm always finding cool tricks doing this. It writes to /tmp/lsr, so I hope it's nothing important. =E2=97=94 =E2=97= =A1 =E2=97=94 --upas-trsmqdrsyqfmxpiouysnupeibz Content-Disposition: attachment; filename=cmpprof Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit #!/bin/rc -e rfork n 9fs sources cd /n/sources if(! test -s /tmp/lsr) fcp lsr /tmp/lsr acme $home/lib/profile <{awk '{print $1}' /tmp/lsr | grep '^\./contrib.*/profile$' | sed 's/^\./\/n\/sources/'} --upas-trsmqdrsyqfmxpiouysnupeibz--