Integer or string?
a=2334
# Integer.
let "a += 1"
echo "a = $a "
# a = 2335
# Integer, still.
b=${a/23/BB}
# Substitute "BB" for "23".
# This transforms $b into a string.
echo "b = $b"
# b = BB35
declare -i b
# Declaring it an integer doesn't help.
echo "b = $b"
# b = BB35
let "b += 1"
# BB35 + 1 =
echo "b = $b"
# b = 1
c=BB34
echo "c = $c"
# c = BB34
d=${c/BB/23}
# Substitute "23" for "BB".
# This makes $d an integer.
echo "d = $d"
# d = 2334
let "d += 1"
# 2334 + 1 =
echo "d = $d"
# d = 2335
# What about null variables?
e=""
echo "e = $e"
# e =
let "e += 1"
# Arithmetic operations allowed on a null variable?
echo "e = $e"
# e = 1
# Null variable transformed into an integer.
# What about undeclared variables?
echo "f = $f"
# f =
let "f += 1"
# Arithmetic operations allowed?
echo "f = $f"
# f = 1
# Undeclared variable transformed into an integer.
The burden is on the programmer to keep track of what type the script variables are.
Bash will not do it for you.
But “declare” or “typeset “built-ins permit restring the properties of variables.
This is very weak form of the typing available in certain programming languages.
Ex:1
declare –i number
# The script will treat subsequent occurrences of “number” as an integer
number=3
echo “Number = $number”
# Number = 3
number=three
echo “Number = $number”
#Number = 0
#Tries to evaluate the string “three” as an integer
Thanks for a great article. Your tips are accurate and they will be of great help to me. I bookmarked your site, will be back ! !
ReplyDeleteHello there. I found your web site by the use of Google at the same time as searching for a comparable subject, your site came up. It seems great. I have bookmarked it in my google bookmarks to come back then.
ReplyDeletePenis Enlargement OilPenis Enlargement OilsPenis Enlargement Oil in IndiaPenis Enlargement Oil in ChennaiBuy Penis Enlargement CreamBuy Penis Enlargement Cream IndiaBuy Penis Enlargement Cream in Chennai
Breast Enlargement Cream Breast Enlargement Cream in India Breast Enlargement Cream in ChennaiTamil Status
Tamil Whatsapp Video Status
WhatsApp Video Status in TamilTamil Status Video
Tamil Status Video Songs DownloadMalayalam WhatsApp Video Status Video SongsTelugu WhatsApp Video Status Video SongsInstant Social Bookmarking List