From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from www.sonnenberger.org (www.sonnenberger.org [92.79.50.50]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o9OIGphN017360 for ; Sun, 24 Oct 2010 14:16:52 -0400 (EDT) Received: from britannica.bec.de (www.sonnenberger.org [192.168.1.10]) by www.sonnenberger.org (Postfix) with ESMTP id 848CD667C6 for ; Sun, 24 Oct 2010 20:16:45 +0200 (CEST) Received: by britannica.bec.de (Postfix, from userid 1000) id A5AAD117F1C; Sun, 24 Oct 2010 20:17:26 +0200 (CEST) Date: Sun, 24 Oct 2010 20:17:26 +0200 From: Joerg Sonnenberger To: tech@mdocml.bsd.lv Subject: Re: implement .so Message-ID: <20101024181726.GA11505@britannica.bec.de> Mail-Followup-To: tech@mdocml.bsd.lv References: <20101024164057.GF20876@iris.usta.de> <20101024164945.GA25275@britannica.bec.de> <20101024172914.GH20876@iris.usta.de> <20101024173857.GA18657@britannica.bec.de> <20101024180019.GI20876@iris.usta.de> <20101024181502.GA13039@britannica.bec.de> X-Mailinglist: mdocml-tech Reply-To: tech@mdocml.bsd.lv MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline In-Reply-To: <20101024181502.GA13039@britannica.bec.de> User-Agent: Mutt/1.5.20 (2009-06-14) --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Attachment. --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="soelim.awk" #!/usr/bin/awk -f /\.\\"/ { next } /\.so/ { if (dst != "") exit 1 dst=$2 next } { exit 1 } END { print dst } --+QahgC5+KEYLbs62-- -- To unsubscribe send an email to tech+unsubscribe@mdocml.bsd.lv