help-bash
[Top][All Lists]
Advanced

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

Variable in condtion such [[ ${v-} = 9 ]]


From: Budi
Subject: Variable in condtion such [[ ${v-} = 9 ]]
Date: Tue, 29 Aug 2023 00:34:27 +0700

What is variable in condition such

 [[ ${foo-} = bar ]]

as seen in a Linux script of its main package

why is it if just
 [[ $foo = bar ]]

Please give useful info



reply via email to

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