Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > recursively list directory contents

Reply
Thread Tools Display Modes

recursively list directory contents

 
 
thufir
Guest
Posts: n/a

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


thufir@arrakis:~/bcit-comp2611-lab7$
thufir@arrakis:~/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@arrakis:~/bcit-comp2611-lab7$




thanks,

Thufir

 
Reply With Quote
 
 
 
 
Gotde T Shirt
Guest
Posts: n/a

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

> Is there a switch of some sort for "dir" to recursively list directory
> contents, from the terminal, as below from Linux?
>
>
> thufir@arrakis:~/bcit-comp2611-lab7$
> thufir@arrakis:~/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@arrakis:~/bcit-comp2611-lab7$
>
>
>
>
> thanks,
>
> Thufir


dir /? will show you the options available.
dir /s will include sub-directories
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
File list of folder contents Daniel Windows Vista General Discussion 6 04-30-2008 03:09 PM
Changing folder permissions recursively/ BlackShuck Windows Vista Security 3 12-12-2007 06:52 AM
printing contents of a file directory in windows vista John Windows Vista Printing / Faxing / Scanning 1 08-21-2007 06:48 PM
Change a file directory list to a new document rmstow Windows Vista General Discussion 6 05-23-2007 08:12 PM
Save a list of folder contents Daniel Windows Vista General Discussion 2 02-25-2007 02:57 AM



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 47 48 49 50 51 52 53 54 55 56 57 58 59