html tool

2021年12月13日星期一

转:awk 运算

 参考:https://www.twle.cn/c/yufei/awk/awk-basic-arithmetic-operators.html

$ awk 'BEGIN { x = 15; y = 25; print "(x + y) = ", (x + y) }'

没有评论:

发表评论