From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1ef339d30bfee33810aa4e1d0c4488af@sdgm.net> From: boyd@sdgm.net To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] is there any good reason why awk does this? Date: Sun, 31 Aug 2003 22:50:34 -0400 Topicbox-Message-UUID: 262b5458-eacc-11e9-9e20-41e7f4b1d025 brahma% awk 'END {exit "foo"}' /dev/null ; echo $status brahma% awk 'END {exit 1}' /dev/null ; echo $status awk 8186: 1