<p> find . -print0 | xargs -0 realpath</p>
<p>You might have to install the realpath package. </p>
<p>--<br>
Sent from my phone... a G2 running CM7 nightlies!</p>
<div class="gmail_quote">On May 25, 2011 3:54 PM, &quot;Narahari &amp;apos;n&amp;apos; Savitha&quot; &lt;<a href="mailto:savithari@gmail.com">savithari@gmail.com</a>&gt; wrote:<br type="attribution">&gt; Friends:<br>&gt; <br>
&gt; I have bat files in windoze that I am trying to converts to linux (its<br>&gt; dejavu, in 1999 I was finding equivalents of sh in windoze)<br>&gt; <br>&gt; What I am looking for is<br>&gt; <br>&gt; In Windoze, I can do dir /s /b c:\bin and it will list all files with full<br>
&gt; path names<br>&gt; <br>&gt; c:\bin\putty.exe<br>&gt; c:\bin\putty.cfg<br>&gt; .....<br>&gt; ....<br>&gt; <br>&gt; How do I do that Linux world ?  I know you will tell me do find ~/bin -name<br>&gt; &quot;META-INF&quot; -print<br>
&gt; <br>&gt; but what I want is the full name of the file including the path.<br>&gt; <br>&gt; Any ideas ?<br>&gt; <br>&gt; -Narahari<br></div>