home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume9 / dtree / README < prev   
Encoding:
Text File  |  1989-12-20  |  1014 b   |  27 lines

  1. dtree pretty-prints directory structures like this:
  2.  
  3.       |-df---------
  4.       |-ftw--------
  5.       |
  6.       |            |-bin-src-
  7.       |            |-date----
  8.       |-gnu--------|-install-
  9.       |            |-lib-----
  10. |-src-|            |-libc----
  11.       |            |-tput----
  12.       |-misc-------
  13.       |-patches----
  14.       |-printf-----
  15.       |-qterm------
  16.  
  17. It was originally written for v7 and 4.1BSD; a version that had been
  18. partially adapted to the Berkeley Fast File System and portable
  19. directory package appeared in mod.sources several years ago, but it
  20. had several bugs (among the more severe, it always dumps core on some
  21. systems).  This version fixes those and also has improved performance
  22. and more helpful error messages.  It also works on System V; for the
  23. benefit of System V users, I have packaged with dtree Doug Gwyn's free
  24. reimplementation of the getcwd function that doesn't open a pipe to
  25. /bin/pwd but determines the current directory directly; this should
  26. help performance on those systems.
  27.