home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / fbview01.arj / FBVMAN.TXT next >
Encoding:
Text File  |  1991-06-15  |  1.7 KB  |  56 lines

  1. FBView is an oddball file viewer program which just might be useful 
  2. for purposes other than intended. 
  3. The intention was a quick DOS Forth block file viewer. It does that 
  4. job. 
  5. The other things are up to you.
  6.  
  7.  ++ shows a 1k window into the file, doesn't give a damn about line 
  8.     ends 
  9.  ++ pages by 1 or 10k at a time
  10.  ++ search facility for anything (even cr or 0) but case sensitive 
  11.     only 
  12.  ++ can write a disk file giving the offset of every match 
  13.  ++ no file size limit, pure disk search
  14.  
  15. tchannon@CIX
  16.  
  17. Usage: fview <filename>
  18.  
  19. Help: press f1
  20.  
  21. Search: ASCII ' '..'~' excluding '\' which is escape character.
  22.     use '\\' to search for '\'.
  23.     use '\nnn' to search for strange characters (nnn is decimal 
  24.         code of character.
  25.  
  26. Example: Find:Hello\013 \\ friends
  27.  
  28. To use the save index to disk, setup a search string which will find 
  29. an instance of the search string. Next just press f4 (the search 
  30. always starts at the file beginning for this function).
  31. If the index file exists you will be prompted for overwrite, append 
  32. or quit. Append can be used to build up a file containing the 
  33. results of several searches.
  34. File format: (right to change is reserved)
  35. ---
  36. filename dateoffilename<cr>
  37. searchstring in fbview format<cr>
  38. offset<cr>
  39.  .
  40.  .
  41. Qty=xx<cr> (number of matches)
  42. ---
  43. All numbers are decimal.
  44.  
  45. No charge is being made for V01a of the program known as FBVIEWER 
  46. and no warrenty is given or implied about the fitness of the program 
  47. for any use whatsoever and any data loss or damage however caused is 
  48. hereby disclaimed. T N Channon 12 June 1991.
  49.  
  50. Mr Tim Channon
  51. 25 Stanley Road
  52. Newbury
  53. Berks. RG14 7PB
  54. 0635 -40297
  55. tchannon@CIX
  56.