Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - recursively list directory contents

Reply
 
Old 05-24-2008   #1 (permalink)
thufir


 
 

recursively list directory contents

Is there a switch of some sort for "dir" to recursively list directory
contents, from the terminal, as below from Linux?


thufir@xxxxxx:~/bcit-comp2611-lab7$
thufir@xxxxxx:~/bcit-comp2611-lab7$ ll src/ -R
src/:
total 4
drwxr-xr-x 6 thufir thufir 4096 2008-05-24 03:33 a00720398

src/a00720398:
total 12
drwxr-xr-x 3 thufir thufir 4096 2008-05-24 03:33 data
drwxr-xr-x 3 thufir thufir 4096 2008-05-24 03:33 labs
drwxr-xr-x 3 thufir thufir 4096 2008-05-24 03:33 ui

src/a00720398/data:
total 20
-rw-r--r-- 1 thufir thufir 209 2008-05-24 03:33 AddressFactory.java
-rw-r--r-- 1 thufir thufir 196 2008-05-24 03:33 Address.java
-rw-r--r-- 1 thufir thufir 235 2008-05-24 03:33 DataFactory.java
-rw-r--r-- 1 thufir thufir 232 2008-05-24 03:33 Data.java
-rw-r--r-- 1 thufir thufir 168 2008-05-24 03:33 Factory.java

src/a00720398/labs:
total 4
-rw-r--r-- 1 thufir thufir 672 2008-05-24 03:33 Lab7.java

src/a00720398/ui:
total 32
-rw-r--r-- 1 thufir thufir 11770 2008-05-24 03:33 GuestForm.form
-rw-r--r-- 1 thufir thufir 11909 2008-05-24 03:33 GuestForm.java
-rw-r--r-- 1 thufir thufir 911 2008-05-24 03:33 MainFrame.form
-rw-r--r-- 1 thufir thufir 1363 2008-05-24 03:33 MainFrame.java
thufir@xxxxxx:~/bcit-comp2611-lab7$




thanks,

Thufir


My System SpecsSystem Spec
Old 05-24-2008   #2 (permalink)
Gotde T Shirt


 
 

Re: recursively list directory contents

On Sat, 24 May 2008 10:38:07 GMT, thufir wrote:
Quote:

> Is there a switch of some sort for "dir" to recursively list directory
> contents, from the terminal, as below from Linux?
>
>
> thufir@xxxxxx:~/bcit-comp2611-lab7$
> thufir@xxxxxx:~/bcit-comp2611-lab7$ ll src/ -R
> src/:
> total 4
> drwxr-xr-x 6 thufir thufir 4096 2008-05-24 03:33 a00720398
>
> src/a00720398:
> total 12
> drwxr-xr-x 3 thufir thufir 4096 2008-05-24 03:33 data
> drwxr-xr-x 3 thufir thufir 4096 2008-05-24 03:33 labs
> drwxr-xr-x 3 thufir thufir 4096 2008-05-24 03:33 ui
>
> src/a00720398/data:
> total 20
> -rw-r--r-- 1 thufir thufir 209 2008-05-24 03:33 AddressFactory.java
> -rw-r--r-- 1 thufir thufir 196 2008-05-24 03:33 Address.java
> -rw-r--r-- 1 thufir thufir 235 2008-05-24 03:33 DataFactory.java
> -rw-r--r-- 1 thufir thufir 232 2008-05-24 03:33 Data.java
> -rw-r--r-- 1 thufir thufir 168 2008-05-24 03:33 Factory.java
>
> src/a00720398/labs:
> total 4
> -rw-r--r-- 1 thufir thufir 672 2008-05-24 03:33 Lab7.java
>
> src/a00720398/ui:
> total 32
> -rw-r--r-- 1 thufir thufir 11770 2008-05-24 03:33 GuestForm.form
> -rw-r--r-- 1 thufir thufir 11909 2008-05-24 03:33 GuestForm.java
> -rw-r--r-- 1 thufir thufir 911 2008-05-24 03:33 MainFrame.form
> -rw-r--r-- 1 thufir thufir 1363 2008-05-24 03:33 MainFrame.java
> thufir@xxxxxx:~/bcit-comp2611-lab7$
>
>
>
>
> thanks,
>
> Thufir
dir /? will show you the options available.
dir /s will include sub-directories
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
square brackets: how to recursively list all files and folders? PowerShell
Location of IE7 URL Dropdown List Contents in Vista SP1 Vista General
File list of folder contents Vista General
printing contents of a file directory in windows vista Vista print fax & scan
Save a list of folder contents Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46