test_afni_prog_help.tcsh


----------------------------------------------------------------------
test_afni_prog_help.tcsh           - run -help on AFNI programs as a simple test

terminal options:
  -help            : get this help
  -hist            : output the program history
  -ver             : show version

other options:

  -bin_dir BIN_DIR : specify directory of AFNI binaries
  -echo            : apply 'set echo' in script
  -prog_list PLIST : specify file to get program list from

Test each program (PROG) in the prog_list file by running:

       bin_dir/PROG -help

main parameters:

      BIN_DIR         : directory to run programs out of
                        default: use path this program is run from,
                           /home/afniHQ/afni.build/pub.dist/bin/linux_ubuntu_16_64

      PLIST           : file that contains a list of programs to test
                        default: BIN_DIR/prog_list.txt

examples:

    test_afni_prog_help.tcsh
    test_afni_prog_help.tcsh -bin_dir $HOME/abin
    test_afni_prog_help.tcsh -prog_list my_short_list.txt

----------------------------------------------------------------------
R Reynolds   Nov 2018
distributed  Aug 2023
----------------------------------------------------------------------