add links for 'grep' (#5808)

pull/5809/merge
Ruslan Semagin 11 months ago committed by GitHub
parent 1a351e3aeb
commit 6076e8e8b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      src/data/roadmaps/linux/content/104-text-processing/116-grep.md

@ -11,3 +11,12 @@ grep "pattern" fileName
```
This command will search for the specified pattern within the file and prints the line to the terminal.
There is also an alternative to `grep` - `ripgrep`.
`ripgrep` is an extremely fast text processor that supports all the features of `grep` and extends it.
Visit the following resources to learn more:
- [bgsu.edu: Advanced Grep Topics](https://caspar.bgsu.edu/~courses/Stats/Labs/Handouts/grepadvanced.htm)
- [Ripgrep: Github Repository](https://github.com/BurntSushi/ripgrep)

Loading…
Cancel
Save