Hi all,
I have a filesystem with more directory (546 )and subdirectory ..
My hope is to have a list with only one line per directory without subdirectory
I use Find in conjunction with Sort but is no good
find ./ -type d |sort -u
O.S Sun Solaris 10
Help me , thanks
Biondo68
I have a filesystem with more directory (546 )and subdirectory ..
My hope is to have a list with only one line per directory without subdirectory
I use Find in conjunction with Sort but is no good
find ./ -type d |sort -u
O.S Sun Solaris 10
Help me , thanks
Biondo68