home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / next / misc / 18718 < prev    next >
Encoding:
Text File  |  1992-08-16  |  2.0 KB  |  60 lines

  1. Newsgroups: comp.sys.next.misc
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!ira.uka.de!smurf.sub.org!incom!orfeo!darkcube!vhs
  3. From: vhs@darkcube.radig.de (Volker Herminghaus-Shirai)
  4. Subject: Re: A "tree" command?
  5. Message-ID: <1992Aug16.114714.12251@darkcube.radig.de>
  6. Sender: vhs@darkcube.radig.de (Volker Herminghaus-Shirai)
  7. Reply-To: vhs@darkcube.radig.de
  8. References: <1992Aug16.114203.12191@darkcube.radig.de>
  9. Date: Sun, 16 Aug 92 11:47:14 GMT
  10. Lines: 48
  11.  
  12. In article <1992Aug16.114203.12191@darkcube.radig.de> vhs@darkcube.radig.de  
  13. (Volker Herminghaus-Shirai) writes:
  14. > In article <BssECp.6LM@usenet.ucs.indiana.edu>  
  15. shulick@yankton.ucs.indiana.edu  
  16. > (Sam Hulick) writes:
  17. > > 
  18. > > I'm looking for an MS-DOS-like "tree" command that will show all the
  19. > > directories and files in a graphical representation.  Is there a UNIX  
  20. command
  21. > > that will do this, or is there a 'Tree.app' or something of the like that  
  22. is
  23. > > NeXT-specific and has a better display?  Either is fine.  Thanks.
  24. > Try one of the following shell scripts:
  25.  
  26. [scripts deleted]
  27.  
  28. Whoops! Sorry to followup on my own post. Should have thought first.
  29. Thes shell scripts posted aren't NeXT-specific and don't have a real graphical
  30. output. They just build an ASCII-graphical tree of some sort.
  31. Example:
  32. 212 /vhs % tree Library
  33. Library
  34. Bookshelves
  35. NewsGrazer
  36. |--------NewsFolders
  37. |--------comp
  38. |        |--------arch
  39. |        |--------sys
  40. |        |        |--------next
  41. |        |        |        |--------sysadmin
  42. |        |        |        |--------announce
  43. |        |        |        |--------misc
  44. |        |        |        |--------advocacy
  45. |        |        |        |--------software
  46. |        |        |        |--------programmer
  47. |        |        |        |--------hardware
  48. |        |        |--------sgi
  49. ...
  50. ...
  51. ...
  52.  
  53. --
  54. Volker Herminghaus-Shirai (vhs@qb.rhein-main.de)
  55.  
  56. Computer industry: Industry in which the number of units sold of any
  57. given product is inversely proportional to its technical excellence.
  58. See also: MS-DOS, Windows, IBM-PC, X, QWERTY, 80x86.
  59.