shell-script-pt
[Top][All Lists]
Advanced

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

Contas no Shell [error]


From: fahrinha
Subject: Contas no Shell [error]
Date: Sun, 22 Sep 2002 11:04:16 -0300 (BRT)

Error..

zeus:/# soma=$((04+07))
zeus:/# soma=$((02+05))
zeus:/# soma=$((05+06))
zeus:/# soma=$((02+07))
zeus:/# soma=$((02+08))
su: 02+08: value too great for base (error token is "08")
zeus:/# soma=$((02+09))
su: 02+09: value too great for base (error token is "09")
zeus:/# soma=$((02+10))


Porque ele da erro quando tento somar +08 , ou +09 ????

Reinaldo




reply via email to

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