home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / palmtops / 4113 < prev    next >
Encoding:
Internet Message Format  |  1992-12-25  |  2.1 KB

  1. Path: sparky!uunet!caen!nic.umass.edu!dime!shri
  2. From: shri@unreal.cs.umass.edu (H.Shrikumar)
  3. Newsgroups: comp.sys.palmtops
  4. Subject: Neat small utilities ....
  5. Message-ID: <58016@dime.cs.umass.edu>
  6. Date: 25 Dec 92 09:07:10 GMT
  7. Sender: news@dime.cs.umass.edu
  8. Reply-To: shri@unreal.cs.umass.edu (H.Shrikumar)
  9. Organization: UMass, Amherst MA + Temporal Sys & Computer Networks Bombay India
  10. Lines: 55
  11.  
  12.  
  13. Hi,
  14.  
  15.   Burrowing thru Archie turned up some MSDOS utilities that work
  16. with the hp95lx very well !
  17.  
  18. 1. PGREP .... Only 9866 bytes. A very small grep/egrep which
  19.    works pretty well.
  20.  
  21.    Does not support [a-z]*, but almost all other feature of egrep
  22.    reg exps are supported !
  23.  
  24. 2. RDISK20.ZIP ... a very neat and small RAMDISK. It installs and
  25.   deinstalls without rebooting, so thats a great boon.
  26.  
  27.   When I run out of disk space for temporary files, I escape to 
  28.   dos with dos.exm, start ramdisk with 10 to 360 KB, and continue with
  29.   my application.
  30.  
  31.   The TSR part deinstalles cleanly, so thats a very good point.
  32.  
  33.   Its a good idea to open all EXM applications,have files open
  34.   and then start ramdisk. Otherwise memory fragmentation is likely.[:w
  35.  
  36. 3. ATTRIBCR.ZIP ... a very small and tidy chmod.
  37.  
  38.    Only 1012 bytes, and yet supports not only +-rhsa options
  39.    but also +-wvub, as conveninent antonyms. For eg.
  40.    attr +w and attr -r both turn off the read-only bit, or enable
  41.    writing, depending on how you look at it.
  42.  
  43.    I have renamed the com file to attr.com
  44.  
  45.    (The one on eddie never seemed to unzip properly)
  46.  
  47. 4. FIND ... oh well .. this is a zero-ware ! 
  48.     chkdsk /v is equivalent to 
  49.     find . -print, so I did not find any need for another
  50.     file find program.
  51.  
  52.    chkdsk /v | pgrep file works very well indeed
  53.  
  54. 5. CDTO ... Finds a file in the disk, asks and does a CD to that
  55.    directory.
  56.  
  57. 6. PhoneBook as a database .. there have been a couple
  58.    of other posts on this subject. Neat idea.
  59.  
  60. 7. MIN4TH25.ARC  ... a very small tight Forth langaaged.
  61.    This kernel and user code takes only 4.8k. I am keeping
  62.    it. ALso I have entered in a database of all FORTH
  63.    words, so that's an online manual too!
  64.  
  65. -- shrikumar ( shri@legato.cs.umass.edu )
  66.  
  67.