Lines Matching refs:cmd
197 for f in *.cmd; do
201 uniq_job_nr=`basename $f .cmd`
204 egrep -s '^uniq_command: yes' `basename $f .cmd`.ctrl && {
205 uniq_job_nr=`basename $f .cmd`
240 cp $uniq_job_nr.cmd $job_seq.cmd
248 # Step 4: delete the original cmd file
249 rm -f $uniq_job_nr.cmd
254 cmd_file="$SPOOLDIR/$job_seq.cmd"
482 postrun_command_file=$SPOOLDIR/`basename $job .ctrl`.cmd
631 tmp_cmd_file=`postrun_mktemp /tmp/postrun.cmd.XXXX`