jeudi 15 janvier 2015

How to enter the condition to check 0 or more than 0 in case


I am trying to use case to run this function



if [[ $input -gt 0 || $input -eq 0 ]];


Is it possible to put in case to test the input for greater than 0 or equal to 0, or even 0 and less than 0, in case.



Aucun commentaire:

Enregistrer un commentaire