Lines Matching refs:out
222 logfile="${file}.out"
230 echo "<a href=\"${file}.out\">${file}.out</a>" >> ${INDEX_HTML}
246 echo spelltest | ./spell > ./spell.out 2>&1
254 echo "<a href=\"spell.out\">spell.out</a>" >> ${INDEX_HTML}
259 echo y y q | ./stocks >> ./stocks.out 2>&1
267 echo "<a href=\"stocks.out\">stocks.out</a>" >> ${INDEX_HTML}
272 echo '5 1 2 + 4 * 3 - +' p q | ./calc >> ./calc.out 2>&1
280 echo "<a href=\"calc.out\">calc.out</a>" >> ${INDEX_HTML}
285 echo 'this is a line of text' | ./concord >> ./concord.out 2>&1
293 echo "<a href=\"concord.out\">concord.out</a>" >> ${INDEX_HTML}
298 echo '1234.56' | ./money_manip >> ./money_manip.out 2>&1
306 echo "<a href=\"money_manip.out\">money_manip.out</a>" >> ${INDEX_HTML}
311 echo 'This is a test string' | ./string >> ./string.out 2>&1
319 echo "<a href=\"string.out\">string.out</a>" >> ${INDEX_HTML}
324 echo 'Thu Sep 17 13:23:53 2009' | ./time_manip >> ./time_manip.out 2>&1
332 echo "<a href=\"time_manip.out\">time_manip.out</a>" >> ${INDEX_HTML}
477 rm -f "${file}.out"