gpt4 book ai didi

linux - 如何从 .gz 文件中搜索特定字符串?

转载 作者:IT王子 更新时间:2023-10-29 00:25:58 27 4
gpt4 key购买 nike

我想从包含文本文件的 .gz 文件中搜索特定字符串,而无需在 linux 终端中提取。我知道如何使用 grep "text to search"./myfile.txt 从文本文件中搜索字符串。但是如何让它适用于 .gz 文件呢?

最佳答案

您可以使用 zgrep .用法类似于grep

zgrep "pattern" file.gz

来自 man 页面的描述:

Zgrep invokes grep on compressed or gzipped files. All options specified are passed directly to grep. If no file is specified, then the standard input is decompressed if necessary and fed to grep. Otherwise the given files are uncompressed if necessary and fed to grep.

关于linux - 如何从 .gz 文件中搜索特定字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24218032/

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