From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] rc - how to... From: rog@vitanuova.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 13 Sep 2002 14:50:01 +0100 Topicbox-Message-UUID: e9a60632-eaca-11e9-9e20-41e7f4b1d025 > Most of the times I wanted to do "while read { x }" I could > rewrite it to be "sed 's/^/x /' | rc", which works like a charm. ...until your input contains ";rm -rf *"...