Use ls
>ls -R
It will recursively show all directories and files within them.
>ls -R > filelist.txt
You can save it to filelist.txt file.
Nov 262009
Use ls
>ls -R
It will recursively show all directories and files within them.
>ls -R > filelist.txt
You can save it to filelist.txt file.
