#!/bin/tcsh -f exit 0 set LOG=/tmp/adj.log/$$ touch $LOG env >>$LOG find /proc/$$ >> $LOG ps -fp `grep PPid /proc/$$/status|awk '{print $2}'`>> $LOG