Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nalgeon/grep-by-example
Step-by-step guide to grep operations
https://github.com/nalgeon/grep-by-example
book grep pdf
Last synced: 7 days ago
JSON representation
Step-by-step guide to grep operations
- Host: GitHub
- URL: https://github.com/nalgeon/grep-by-example
- Owner: nalgeon
- Created: 2024-03-23T11:49:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-23T11:54:05.000Z (8 months ago)
- Last Synced: 2024-08-02T15:07:44.135Z (3 months ago)
- Topics: book, grep, pdf
- Homepage:
- Size: 333 KB
- Stars: 28
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - nalgeon/grep-by-example - Step-by-step guide to grep operations (Others)
README
# Grep by Example Minibook
grep is the ultimate text search tool available on virtually all Linux machines. While there are now better alternatives (such as `ripgrep`), you will still often find yourself on a server where grep is the only search tool available. So it's nice to have a working knowledge of it.
That's why is I've created this step-by-step guide to grep operations. You can read it from start to finish to (hopefully) learn more about grep, or jump to a specific use case that interests you.
The guide is available in the following formats:
[Download PDF](https://github.com/nalgeon/grep-by-example/blob/main/grep-by-example.pdf) (1 MB) |
[Read online](https://antonz.org/grep-by-example/) |
[Try playground](https://codapi.org/grep/)Licensed under [CC BY-NC-ND](https://creativecommons.org/licenses/by-nc-nd/4.0/)
[Anton Zhiyanov](https://antonz.org/), 2024