>>>>> "arvind" == arvind Bir <[EMAIL PROTECTED]> writes:

    arvind> How can I get list of all the files in the given folder
    arvind> (including subfolders) without including the
    arvind> subdirectories in the list?

find /path/to/your/folder \! -type d

Binand

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to