Full listing of files (dir)

  • Thread starter Thread starter cquark9
  • Start date Start date
C

cquark9

Is there any way to get a full listing of all files on the system
that includes the full file name (ie. full path) , size, and date
similar to Unix's "find -ls" ??
"dir /a/s" gives a full listing, but files (without path) are listed
under their respective directories.
"dir /a/s/b" gives a full listing with full paths, but does not
include size and date (bare format).
Is there a anything that resembles a combo of the two ??

Thanks
 
Is there any way to get a full listing of all files on the system
that includes the full file name (ie. full path) , size, and date
similar to Unix's "find -ls" ??
"dir /a/s" gives a full listing, but files (without path) are listed
under their respective directories.
"dir /a/s/b" gives a full listing with full paths, but does not
include size and date (bare format).
Is there a anything that resembles a combo of the two ??

Thanks

What is the Unix command that will do this format?
 
Just curious? What will you do with a list of 50,000 to 150,000 files,
which is the number on a typical Windows XP computer?

--

~~~~

Gerry

~~~~~~~~
Enquire, plan and execute.
Stourport, England
~~~~~~~~~~~~~~~~~
 
Back
Top