GBUTIL (was Re: Ransom site elsets)

Sue J. Worden (worden@uts.cc.utexas.edu)
Sat, 13 Jun 1998 15:42:31 -0500 (CDT)

Ron Lee wrote:
> There is a program called "GBUTIL" that I believe eliminates
> duplicate entries and adds common names.  It was at the Ransom site.


Then again :-) ... maybe not ... :(           --Sue (worden@uts.cc.utexas.edu)

==============================================================================
curly.cc.utexas.edu128> unzip gb-util.zip
Archive:  gb-util.zip

   [ ... NOTE: The header with Dave's contact info that is displayed ]
   [ at this point has been removed due to the presence of numerous  ]
   [ embedded control characters and my concern that they might foul ]
   [ up many SeeSat-L members' mail display programs ... (sjw) ...   ]

  inflating: CUTDUPES.FOR            
  inflating: ADDNAME.FOR             
  inflating: CUTDUPES.EXE            
  inflating: ADDNAME.EXE             
  inflating: SATNAMES.DAT            
==============================================================================
curly.cc.utexas.edu129> mv ADDNAME.FOR addname.for
==============================================================================
curly.cc.utexas.edu130> f77 addname.for
fort: Error: addname.for, line 66: Untyped name, must be explicitly typed
          Write (3,20) CHARNB(SatNameLine(11:))
-----------------------^
==============================================================================
curly.cc.utexas.edu131> cat addname.for | grep CHARNB
          Write (3,20) CHARNB(SatNameLine(11:))
          Write (3,20) CHARNB(String)
        Write (3,20) CHARNB(SatNameLine)
      Write (3,20) CHARNB(Line1)
      Write (3,20) CHARNB(Line2)
==============================================================================