gpt4 book ai didi

linux - 在 Shell 中,如何对作为字符串一部分的数字进行算术运算?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:14:38 25 4
gpt4 key购买 nike

<分区>

我想将 100 添加到插入中,在下面尝试过,但它却添加了 $1?

#!/bin/bash
change_summary="17 files changed, 441 insertions(+), 49 deletions(-)"
lines_added="100"
echo $change_summary
echo $change_summary | awk '{ print $1 " " $2 " " $3 " " $4+$lines_added " " $5 " " $6 " " $7}'

它打印

17 files changed, 441 insertions(+), 49 deletions(-)
17 files changed, 458 insertions(+), 49 deletions(-)

我期望它打印 541 个插入。

有没有更好的方法来做同样的事情?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com