On Mon, Dec 28, 2009 at 7:09 PM, Saravanan S <[email protected]>wrote:

> Hi all,
>       I have to take prints of the Linux file system( hierarchy structure)
> to analyze the files for remastering.
> I use ls -R for the same purpose, process tree output structure would be
> better.
> Any command available?
>
> Saravanan Sundaramoorthy
> Red Hat Certified Engineer
> SSN College of Engineering
> +91 99404 32545
> _______________________________________________
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
>

i use
$ find <dir-path> -type f

-- 
┌─────────────────────────┐
│    Narendra Sisodiya ( नरेन्द्र सिसोदिया )
│    Society for Knowledge Commons
│    Web : http://narendra.techfandu.org
└─────────────────────────┘
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to