![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| searching for decimal numbers in a file | cesarNZ | Shell Programming and Scripting | 1 | 10-01-2008 09:10 PM |
| Round off decimal number to 2 decimal places? | Vozx | Shell Programming and Scripting | 1 | 12-07-2005 10:53 PM |
| Devision of Decimal Numbers? | Vozx | Shell Programming and Scripting | 4 | 12-07-2005 06:26 AM |
| compare decimal numbers | tmxps | Shell Programming and Scripting | 5 | 11-02-2005 06:46 PM |
| add numbers with decimal place in UNIX | tads98 | Shell Programming and Scripting | 4 | 07-21-2005 05:17 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
You want to do this in what? KSH? Bash? Perl?
Why don't you set a separate iterator variable like this: Code:
// pseudo code - depends on your language x=0.1 LIMIT = 6 for ((idx=x*10; idx<=LIMIT; idx++)) do - - - done |
| Sponsored Links | ||
|
|