This is a discussion on Use float real numbers in a shell script within the Shell scripting forums, part of the Development/Scripting category; I want to use the real number in my code , variable i Code: #!/bin/csh set i=4 while ($i < ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
I want to use the real number in my code , variable i
Code:
#!/bin/csh set i=4 while ($i < 6) echo '12 0.'$i' 1' >> data @ i = ($i + 1) end |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Real Interview Questions | Ashish Pathak | The Hangout | 15 | 10-20-2008 11:54 PM |
| writing a shell script to find out my shell name | jaymob123 | Shell scripting | 1 | 10-08-2007 01:36 AM |
| Shell scripting: How to compare float values | chanderbio | Shell scripting | 1 | 07-26-2007 06:46 PM |
| why real player wont play | kavi | Linux software | 1 | 11-04-2005 12:04 PM |
| script to add all numbers from 1 to 100 | ricc | Shell scripting | 3 | 08-17-2005 03:27 PM |