💾 Archived View for freeshell.de › tldr › bzfgrep.gmi captured on 2023-11-04 at 12:17:05. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Find any fixed strings separated by new lines in bzip2 compressed files using fgrep.
bzfgrep "{search_string}" {path/to/file}
bzfgrep --ignore-case "{search_string}" {path/to/file}
bzfgrep --invert-match "{search_string}" {path/to/file}
bzfgrep --with-filename --line-number "{search_string}" {path/to/file}
bzfgrep --only-matching "{search_string}" {path/to/file}
bzfgrep --recursive "{search_string}" {path/to/file}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).