 |
How can I compare floating number in a shell script?
When not to use shell scripts * Resource-intensive tasks, especially where speed is a factor (sorting, hashing, etc.) * Procedures involving heavy-duty math operations, especially floating point arithmetic, arbitrary precision calculations, or complex num
www.linuxquestions.org |
 |