bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gawk] How to exit with a given exit code in END?


From: Peng Yu
Subject: [bug-gawk] How to exit with a given exit code in END?
Date: Tue, 9 May 2017 08:40:19 -0500

Hi,

The following code will not finish. Is there a way to control the exit
status code in END {}? Thanks.

awk -e 'END { exit 1 }'

-- 
Regards,
Peng



reply via email to

[Prev in Thread] Current Thread [Next in Thread]