home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / a / arc11.lbr / ARCSORT.DZC / ARCSORT.DOC
Encoding:
Text File  |  1993-10-26  |  2.0 KB  |  51 lines

  1.                      SORTDIR - Version 3.0
  2.  
  3. Dave Rand
  4. 10232-160 Street
  5. Edmonton, Alberta  Canada
  6.  
  7.     SORTDIR is intended as a utility to ease the use of any CP/M based
  8. system. It simply places the directory in alphabetical order, and places
  9. all the 'deleted' entries at the end of the directory.
  10.  
  11.     Unlike SAPX, SORTDIR does not delete zero length files. As I label my
  12. user areas, with zero length files, it would obviously not be beneficial
  13. to destroy the labels just to have the directory in order.
  14.  
  15.     Having the directory in alpha order has a number of side effects:
  16. programs like SD, DD and the like operate faster, since they do not
  17. have preform a sort themselves; MLIST, TYPE-15 and other multiple-
  18. file handling programs enjoy the benefit of having the files displayed
  19. in alpha order when a wildcard filespec is given; it becomes easier to
  20. locate a directory entry when using DU, or doing any operations on the
  21. directory itself.
  22.  
  23.     SORTDIR gives a report of some useful information, as is seen below.
  24.  
  25. A0>sortdir b:
  26.  
  27.  
  28. Sortdir Version 3.0        Alpha One Micro-Consulting Ltd.
  29.  
  30. Loading directory track.
  31. Sorting directory.                   <---- This step seldom takes more than
  32. Writing directory track.                   one second.
  33.  
  34. Disk Statistics
  35. Number of compares : 1793         <---- How many compares were needed
  36. Number of exchanges: 0             <---- How many exchanges were needed
  37. Possible entries   : 256         <---- Maximum # of directory entries
  38. Active entries     : 112         <---- Number currently active
  39. Deleted entries    : 144         <---- Number available
  40. User areas active  : 0 1 5 15        <---- User areas 'in use'
  41. Disk space used    : 894K         <---- Used space (all user areas)
  42. Disk space free    : 92K             <---- Free space
  43. Percent full       : 89%             <---- Pecentage occupation of disk
  44.  
  45.  
  46.     In all, SORTDIR is a fast, useful tool for maintaining directories!
  47.  
  48.             <---- Pecentage occupation of disk
  49.  
  50.  
  51.     In all, SORTDIR is a fast, useful too