<div>Friends:</div>
<div> </div>
<div>I use find command a lot these days and each time I have to type find $(pwd) -name &quot;whatever&quot; -print</div>
<div> </div>
<div>I want to just  type find . -name &quot;whatever&quot; -print and it should do find $(pwd).  Any idea how to overwrite the find function.</div>
<div> </div>
<div>-Narahari</div>