Re: [gentoo-user] OT: bash & decimal/exponential numbers math...

2005-11-26 Thread Anthony E. Caudel
[EMAIL PROTECTED] wrote: > Hi, > > I wrote a short script for simple text file processing in bash > (using "<" for input redirection and "read"). I know, there are > Now what to do? Are there some functions, which would implement basic > math with real numbers in bash (add, substract, multiply,

[gentoo-user] OT: bash & decimal/exponential numbers math...

2005-11-22 Thread jarry
Hi, I wrote a short script for simple text file processing in bash (using "<" for input redirection and "read"). I know, there are probably better tools to do it, but the only thing I can rely on being installed on target comp is really bash and nothing more (no bc, sed, awk, etc.) so I must use o