From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taj Khattra To: 9fans@cse.psu.edu Subject: Re: [9fans] cpu server Message-ID: <20040208010402.GA2931@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Date: Sat, 7 Feb 2004 17:04:02 -0800 Topicbox-Message-UUID: d194e8cc-eacc-11e9-9e20-41e7f4b1d025 On Sat, Feb 07, 2004 at 05:26:33PM -0500, a@9srv.net wrote: > wow, charles. excelent write-up. yes, very nice > lines of shell code. the amount of times since then that i've > wished for aux/listen on whatever unix i was working on at the > time is beyond number. it's not just incremental; it's totally tcpserver on unix gives you something sort of similar to aux/listen the tcp7 equivalent is tcpserver -RHl0 0 7 /bin/cat the tcp9 equivalent is tcpserver -RHl0 0 9 sh -c 'exec /bin/cat >/dev/null' -taj