Shell 脚本,搜索文件中的字符串
我正在编写一个 shell 脚本,该脚本打开一个文件并需要查找类似 ##FIND_ME## 的标签。我正在搜索的字符串是一个常量(并且只有一个实例。)
一旦我找到该字符串,我需要它从该点开始重新搜索不同的字符串。
我的 *nix 技能有点生疏,应该尝试使用 grep、awk 或 sed 来实现吗?
I'm writing a shell script that opens a file and needs to find a tag like ##FIND_ME##. The string I'm searching for is a constant (and there is only ever one instance of it.)
Once I locate that string, I need it to start a new search for a different string from that point forward.
My *nix skills are a little rusty, should try to implement this using grep, awk, or sed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
壳
shell