<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, "Narahari &apos;n&apos; Savitha" <<a href="mailto:savithari@gmail.com">savithari@gmail.com</a>> wrote:<br type="attribution">> Friends:<br>> <br>
> I have bat files in windoze that I am trying to converts to linux (its<br>> 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<br>
> 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<br>> "META-INF" -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></div>