Path: utzoo!mnetor!uunet!husc6!rutgers!sunybcs!boulder!hartzell
From: hartzell@boulder.Colorado.EDU (George Hartzell)
Newsgroups: comp.unix.questions
Subject: Re: Finding Files
Message-ID: <3371@sigi.Colorado.EDU>
Date: 9 Dec 87 21:21:33 GMT
References: <205700003@prism>
Sender: news@sigi.Colorado.EDU
Reply-To: hartzell@boulder.Colorado.EDU (George Hartzell)
Organization: University of Colorado, Boulder
Lines: 16

In article <205700003@prism> billc@prism.UUCP writes:
>
>	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?

how about:
	alias where "find \$cwd -name \!* -print\;"
g.

George Hartzell			                 (303) 492-4535
MCD Biology, University of Colorado-Boulder, Boulder, CO 80309
hartzell@Boulder.Colorado.EDU  ..!{hao,nbires}!boulder!hartzell