gpt4 book ai didi

linux - Grep 使用帮助

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

我想使用 grep 查找语料库中的所有标题,我想找到直到 : 的所有内容,然后忽略所有内容。有谁知道这是怎么做到的吗? (能不能给我完整的一行代码)

最佳答案

使用 sed 或 awk。

一个 sed 例子:

sed -e '/^[^:]*$/d' -e 's/\(.*\):.*/\1/' filename

关于linux - Grep 使用帮助,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1074391/

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