c shell script math的相關文章
c shell script math的相關商品

Unix shell - View topic - float arithmetic in a shell script
瀏覽:412
日期:2025-04-30
... >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 ......看更多