![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| adding spaces for a variable value | dnat | Shell Programming and Scripting | 2 | 02-26-2008 01:32 AM |
| adding PATH variable | wir3d | UNIX for Dummies Questions & Answers | 3 | 09-19-2007 02:45 AM |
| Replace variable with a user defined variable | ce124 | Shell Programming and Scripting | 1 | 04-15-2007 11:56 AM |
| Adding PATH variable in the startup scripts | rajanishshetty | UNIX for Dummies Questions & Answers | 5 | 03-02-2007 08:51 AM |
| adding contents of a variable to a command | gammarays | Shell Programming and Scripting | 2 | 02-08-2005 09:39 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
adding 0 to a variable
Can anybody plz help me to solve this puzzle?
amt=00002280674231 ((amt = amt + 0)) # to remove leading zero's echo $amt prints -2014293065 but this works fine for numbers less than 2000000000. Thanks S |
| Forum Sponsor | ||
|
|
|
||||
|
should have to do with that:
http://en.wikipedia.org/wiki/Data_type |