#! /bin/tcsh -f
ls -lt -r /scratch/jemx/qqq/{$1}_??/obs/{$1}*/log
ls -lt -r /scratch/jemx/qqq/{$1}_??/obs/{$1}*/log | wc
grep "PID(scw)" /scratch/jemx/qqq/$1_??/obs/$1*/log | wc

