From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4d7f9df5442409dfaf2c76c812c4c7a5@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] dumb question From: "rob pike, esq." MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 28 Jun 2002 10:10:51 -0400 Topicbox-Message-UUID: bd7c6ac4-eaca-11e9-9e20-41e7f4b1d025 rm `{ls | grep -v precious} (which is now broken). ls quotes its output, so i didn't see why this would fail. Then I tried it: rob%% date>'a b' rob%% echo `{ls | grep ' '} 'a b' rob%% rm `{ls | grep ' '} rm: 'a: '''a' No such file or directory rm: b': 'b''' No such file or directory rob%% it seems the shell can and should be fixed. i will entertain proposals that include code. -rob