c shell script math的相關文章
Unix shell - View topic - float arithmetic in a shell script

Unix shell - View topic - float arithmetic in a shell script

瀏覽:314
日期:2026-04-24
... >How can I get my shell script to add/ : >multiply/etc. : > : > Carim. : Check out the man page on bc. It does math. : Try something like: : VARIABLE=$(print "scale=2;2/3"|bc ......看更多