Friends:<br><br>I have bat files in windoze that I am trying to converts to linux (its dejavu, in 1999 I was finding equivalents of sh in windoze)<br><br>What I am looking for is <br><br>In Windoze, I can do dir /s /b c:\bin and it will list all files with full path names<br>
<br>c:\bin\putty.exe<br>c:\bin\putty.cfg<br>.....<br>....<br><br>How do I do that Linux world ?  I know you will tell me do find ~/bin -name &quot;META-INF&quot; -print<br><br>but what I want is the full name of the file including the path.<br>
<br>Any ideas ?<br><br>-Narahari<br>