On Thu, Mar 24, 2011 at 11:34 PM, etika ahuja <[email protected]> wrote:

> hey
> its a very basic question but iam not getting it right now
> i have to list all the pdf files on my desktop even the  pdf files which
> are present in folders on the desktop
>
> ls *.pdf
>
this will do

ls -R|grep .pdf


> only list the files present on the desktop, but not the files in the
> folders on the desktop containing the pdf files.
>
> --
> LUG@IITD - http://lug-iitd.org/Footer
>

-- 
LUG@IITD - http://lug-iitd.org/Footer

Reply via email to