USGS InfoBank banner.  USGS, Coastal and Marine Geology, InfoBank banner.
 USGS Coastal and Marine Geology banner.    Search InfoBank.
USGS InfoBank program -- crew2chiefs Skip navigational links
    ________   ________   ______________   ________   _________   _______________   ________  
  tab edge  Home  tab edge  Data  tab edge  Activities  tab edge  FACS  tab edge  Atlas  tab edge  Definitions  tab edge  More  tab edge  
   
InfoBank Programs: by Name   by Data Type   General Tools   GIS   Plotting   Web   USGS Disclaimer   InfoBank Programs   Boothill  
Expanded description of application
Topic Description
Name
crew2chiefs
Synopsis
/infobank/programs/dbase/crew2chiefs/crew2chiefs.for
Description
  Program to extract CHIEF SCIENTIST .CHIEF info 
  from .CREW files.
    
Author
  Clint Steele    2/23/2000


    
Opens
 open (unit = 90,
*      access = 'sequential',
*      form = 'formatted',
*      status = 'old',
*      name = '/tmp/crewlist.tmp')

    
Reads
     read (90, '(q,a)', end = 99)
*       FileLength, AFile(1:FileLength)

    
Calls
 call system ('ls -1 /infobank/?/*/meta/*.crew '//
*             ' > /tmp/crewlist.tmp')

     call system ('/bin/grep "CHIEF SCIENTIST" '//
*                 AFile(1:FileLength)//' > '//
*                 AFile(1:FileLength-4)//'chief')

    

Skip footer navigational links

InfoBank   Menlo Park Center   Santa Cruz Center   St. Petersburg Center   Woods Hole Center   Coastal and Marine Geology Program  
U. S. Department of the Interior   U. S. Geological Survey   Geologic Information   Ask-A-Geologist   USGS privacy statement   Disclaimer  

URL:
Maintainer: Clint Steele
Comments: e-mail
Last modified: Wed Jan 29 13:10:34 PST 2003  (wcs)