gpt4 book ai didi

linux - 我们如何识别与特定关键字或终端中的字符串匹配的文件中的行号?

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:16:47 24 4
gpt4 key购买 nike

例如,假设:

我有一个文件text.txt,其中有以下几行代码:

void func()
{
ordinaryStuff();
extraordinaryStuff();
//a comment whoo!
}

现在使用终端命令,我如何确定我在哪一行写了

  • 普通的东西();
  • 非凡的东西();或
  • 添加了评论?

P.S. It does not necessarily has to be a one liner, but it would be nice if it is

&& works too to convert many commands into one liners, but i am looking for an actual one liner

谢谢!

最佳答案

grep '[a-z]*Stuff(' --line-number text.txt

关于linux - 我们如何识别与特定关键字或终端中的字符串匹配的文件中的行号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50179513/

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