Quote:
Originally Posted by radoulov
I still cannot understand: given your example direc1.1, 1 is the name of the subdirectory or some sort of auto incremented id?
Do you want to produce an output similar to this one:
Code:
$ find -type d
.
./dir1
./dir1/dir11
./dir1/dir11/dir111
./dir1/dir12
./dir1/dir12/dir121
./dir2
|
Kind of... Simply put, what I would like to do is create a script which displays an output similar to the unix tree command
Code:
tree ~