From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] is there any good reason why awk does this? From: "rob pike, esq." In-Reply-To: <02d901c37090$6f9d7ee0$b9844051@insultant.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 1 Sep 2003 10:35:47 -0700 Topicbox-Message-UUID: 284bfe04-eacc-11e9-9e20-41e7f4b1d025 > i think awk should be able to exit with a string like everything > else does/should with exits(). it's ported from and maintained as a posix program; it calls exit. regex wasn't kept compatible, though, so i suppose exit could go too, but it seems not worth the trouble.