Greetings!
I am trying to find a way to list a directory tree with the files that are included in each directory. I foudn a script that will list the directory tree itself, but not list the files in the directories:
I also know that by using ls -Rl I can get just a standard output of the folders with their contents, but i would like to somehow get the script to do this in an easier to read format.
I also came across this, but I don't know how to get it to work. I copied and pasted it into a .sh file and tried to run it, but I cannot get it to run correctly:
I am running Solaris 10.
Thanks for any suggestions or recommendations you can share.
- Dan
I am trying to find a way to list a directory tree with the files that are included in each directory. I foudn a script that will list the directory tree itself, but not list the files in the directories:
I also know that by using ls -Rl I can get just a standard output of the folders with their contents, but i would like to somehow get the script to do this in an easier to read format.
I also came across this, but I don't know how to get it to work. I copied and pasted it into a .sh file and tried to run it, but I cannot get it to run correctly:
I am running Solaris 10.
Thanks for any suggestions or recommendations you can share.
- Dan