gpt4 book ai didi

linux - 在 grep 搜索后添加回显

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:49:14 26 4
gpt4 key购买 nike

有没有办法在 grep 命令后添加回显?

例如,如果我运行这个:

grep -R $id && echo appearances in database

输出是

listofids.txt:226526658 201
appearances in database

有没有办法让它这样显示:

listofids.txt:226526658 201 appearances in database

我尝试了一些想到的想法,但没有任何效果,例如:

echo "" grep -R $id "appearances in database"

我知道这行不通,但我认为值得一试。

最佳答案

应该这样做:

echo "$(grep -R $id) appearances in database"

关于linux - 在 grep 搜索后添加回显,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37101732/

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