Find the answer to your Linux question:
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...
  1. #1
    Just 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

  2. #2
    Linux 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:
    Code:
    which tree
    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.

    Also, check out "Graphviz", which is a library that can construct trees and graphs using a very simple markup language.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...