The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
decimal numbers
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
decimal numbers
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
1
(
permalink
)
01-06-2009
snow
Registered User
Join Date: Jan 2009
Posts: 7
decimal numbers
Hi friends
How can I use "for loop" for decimal numbers?
ex: 0.1 < x < 0.6
I used this commands but does'nt work.
LIMIT=0.6
for ((x=0.1; x<=LIMIT; x++))
do
-
-
-
done
Many thanks
snow
View Public Profile
Find all posts by snow
Find snow's past nominations received
Find snow's present nominations given