>>>>> "Devdas" == Devdas Bhagat <[EMAIL PROTECTED]> writes:

    Devdas> On 23/04/02 14:31 -0700, krishna wrote:
    >> how can list only the files in a directory and not the
    >> directory,i.e., the opposite ls -d */(LOST #23)
    Devdas> man find(1).  To start with find /path/to/dir -type f
    Devdas> -name *

or even,

find /path/to/dir ! -type d

Regards,

-- Raju
-- 
Raju Mathur          [EMAIL PROTECTED]           http://kandalaya.org/
                     It is the mind that moves

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

Reply via email to