Results 1 to 2 of 2
Hi
I am looking for a utility that can print the directory tee/structure of my SLES 10 installation and user directory.
Thx...
- 03-15-2011 #1Just Joined!
- Join Date
- May 2009
- Posts
- 34
Printing Directory Tee/Structure
Hi
I am looking for a utility that can print the directory tee/structure of my SLES 10 installation and user directory.
Thx
- 03-29-2011 #2Linux Newbie
- Join Date
- Nov 2008
- Location
- Tokyo, Japan
- Posts
- 243
For a text-only version for printing a directory tree, check to see if you have the "tree" command installed:
If not, you should be able to find it easily in your regular package repository, and install it using the rpm command. If not, Google tells me that the "tree" .rpm can be found in the "Software Development Kit" installation media.Code:which tree
Also, check out "Graphviz", which is a library that can construct trees and graphs using a very simple markup language.


Reply With Quote
