help-bash
[Top][All Lists]
Advanced

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

Verifying numeric values


From: tolugboji
Subject: Verifying numeric values
Date: Tue, 19 Oct 2021 00:43:56 +0000

Would like to validate a numeric value (from 1 to 255, for use with terminfo).

Am doing ( +([[:digit:]]) ), but I suspect that does not do the job

case "$2" in
( +([[:digit:]]) )

reply via email to

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