From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] Oooops...where is ls -R gone? From: anothy@cosym.net MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Message-Id: <20010809023429.B4B12199F2@mail.cse.psu.edu> Date: Wed, 8 Aug 2001 22:33:53 -0400 Topicbox-Message-UUID: da3ca954-eac9-11e9-9e20-41e7f4b1d025 i find myself doing things like this alot: ls -l `{du -a . | awk '{print $2}'} grep foo `{du -a . | awk '{print $2}' given how often i do the bit inside the `{} i should probably script it, but i havn't yet. i've found this to be quite useful with lots of cases, so i've not gone the "find" route rog suggested (which would make it a bit more specific than i like). -α.