gpt4 book ai didi

linux - Grep 从文件末尾开始

转载 作者:IT王子 更新时间:2023-10-29 00:39:59 33 4
gpt4 key购买 nike

有没有办法从文件末尾而不是开头开始 grep 搜索?这是从头开始的——

$ grep -irn 'Qyt13_pUFjQ' ./

我要查找的信息接近文件末尾,但需要几分钟才能从头开始找到。

最佳答案

您可以使用 tac 从末尾到开头逐行读取文件,然后如果需要,可以用另一个 tac 再次切换它。

关于linux - Grep 从文件末尾开始,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28920664/

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