mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 01:20:00 +02:00
commit bash-20060316 snapshot
This commit is contained in:
@@ -18,15 +18,3 @@ echo $a $b
|
||||
typeset -i a b
|
||||
a=(5+3) b=(4+7)
|
||||
echo $a $b
|
||||
|
||||
let a=(4*3)/2
|
||||
echo $a
|
||||
a=(4*3)/2
|
||||
echo $a
|
||||
|
||||
LNAME=nordholz
|
||||
echo ${LNAME}
|
||||
echo ${#LNAME}
|
||||
|
||||
echo ${#LNAME[$(( 0 ))]}
|
||||
echo ${#LNAME[$(( 0+0 ))]}
|
||||
|
||||
Reference in New Issue
Block a user