home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbsfiles / gsbbs302.arj / GRID.DOC < prev    next >
Text File  |  1991-01-21  |  2KB  |  49 lines

  1. GRID is a sysop utility I wrote to aid in everyday user file lookups. The
  2. syntax is
  3.  
  4. GRID [/n] [search-string]
  5.  
  6. Both parameters are optional, but order counts. GRID searches through the user
  7. file until it finds an entry containing "search-string" in the alias, real
  8. name, phone number, or password. If the search string is not specified, all
  9. active users are listed. All such entries that it finds are printed according
  10. to the specified format. If /n is specified, each matching entry prints exactly
  11. one line of the format
  12.  
  13.           ALIAS NAME               (REAL NAME).   111-111-1111   000PASSWORD
  14.  
  15. This format is especially useful for sorting on something such as area code,
  16. which will always be in the same column, so something like
  17.  
  18. GRID /N | SORT /+51
  19.  
  20. will give you a quick list of all your users, by area code and phone number.
  21.  
  22. If /n was not specified, Table Mode is used instead. The table header will
  23. print regardless of whether any entries match the search string, and each match
  24. will again print one line, this time of the form
  25.  
  26.                Alias │              Real Name │ Phone        │ PW
  27. ═════════════════════╪════════════════════════╪══════════════╪════════════════
  28.           ALIAS NAME │              REAL NAME │ 111-111-1111 │ 000PASSWORD
  29.  
  30. A command of the form "GRID J" will list all users with a J in their names or
  31. password. "GRID 716" is an easy way to list all users in area code 716. It
  32. will, of course, also list any users with "716" in their passwords, but this
  33. generally doesn't lessen the usefulness of GRID.
  34.  
  35. GRID, by the way, comes from combining "GREP" (a generic string searcher) and
  36. the word "IDFILE". So what was "GREP IDs" is now shortened to "GRID".
  37.  
  38. GRID made itself indispensable to me in the first five minutes after I wrote
  39. it. I hope you find it as useful.
  40.  
  41. Comments, criticisms and suggestions are always welcome.
  42.  
  43. KNOWN SHORTCOMING: The file IDS.BBS must be in your current directory.
  44.  
  45.     Michelangelo Jones
  46. Sysop:  Garden South GSBBS
  47.  (203) 264-2152   2400bps
  48.  
  49.