Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cca!mirror!prism!billc From: billc@prism.UUCP Newsgroups: comp.unix.questions Subject: Finding Files Message-ID: <205700003@prism> Date: Tue, 8-Dec-87 10:00:00 EST Article-I.D.: prism.205700003 Posted: Tue Dec 8 10:00:00 1987 Date-Received: Sun, 13-Dec-87 11:32:08 EST Lines: 7 Nf-ID: #N:prism:205700003:000:197 Nf-From: prism.UUCP!billc Dec 8 10:00:00 1987 Right now, to find a file somewhere under my current directory, I use the following alias: alias where "find \$cwd -name \!* -exec echo {} \;" Question: Is there a better way to do this?