AIPS NRAO AIPS HELP file for TGREP in 31DEC24



As of Thu Mar 28 15:10:12 2024


TGREP: Task/stand-alone to find all users of specified task

INPUTS

PRTASK                             Restrict to task name(s)

HELP SECTION

TGREP
Type: Task or stand-alone
Use:  Searches all TGET files for all uses of the specified task.
      The report lists the matching tasks in alphabetical order and
      within each task in the order of earliest to most recent usage.
      The TG version string identifies the new format of TG files (in
      which adverbs are found by name) and the old format (in which
      adverb values are in assumed binary sequence).  TGET always
      checks the new format TG file and uses the old one (if any) only
      if the task is not found in the new one.
Adverbs:
  PRTASK......Selects the task to find.  MUST NOT BE BLANK.
              You can set it to the first letters of the task and then
              all tasks matching those first letters will be
              reported.  Thus PRTASK = 'BDF' reports BDF2AIPS followed
              by BDFLIST.


TGREP usage in stand-alone mode:

To run the program in stand-alone mode, exit AIPS (if needed) to reach
the shell input level.  Then enter RUN TGREP

You will then be prompted for a task name.  It will the print all
occurences and then ask you for another task name.  Enter QUIT to
exit.

AIPS