help-bash
[Top][All Lists]
Advanced

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

Using $? in a numeric if condition


From: hancooper
Subject: Using $? in a numeric if condition
Date: Wed, 04 Aug 2021 06:16:48 +0000

I cannot understand why the following is not working

if (( $? >= 1 )); then

reply via email to

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