Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/17/84; site twitch.UUCP Path: utzoo!watmath!clyde!burl!hou3c!hocda!twitch!grt From: grt@twitch.UUCP ( G.R.Tomasevich) Newsgroups: net.unix Subject: Pipe in find(1) Message-ID: <149@twitch.UUCP> Date: Mon, 8-Oct-84 17:12:34 EDT Article-I.D.: twitch.149 Posted: Mon Oct 8 17:12:34 1984 Date-Received: Tue, 9-Oct-84 04:13:51 EDT Distribution: net Organization: AT&T Bell Labs, Holmdel Lines: 8 You can avoid the problem of a pipe within find; pipe the whole thing. E.g: ( find / -name 'junk*' -exec ls -ld {} \; ) | pr -h junk Note the spaces. This found an amazing amount of junk on 'spastic'. -- George Tomasevich, ihnp4!{twitch|spastic}!grt AT&T Bell Laboratories, Holmdel, NJ