1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-20 08:02:35 +02:00

Add grep resource (#6627)

This commit is contained in:
Maximo Comperatore
2024-08-17 21:23:45 -03:00
committed by GitHub
parent c21dc44975
commit 032361936b

View File

@@ -5,4 +5,5 @@ Grep is a powerful command-line tool used for searching plain-text data sets aga
Learn more from the following resources:
- [@article@grep command in Linux/Unix](https://www.digitalocean.com/community/tutorials/grep-command-in-linux-unix)
- [@article@Use the Grep Command](https://docs.rackspace.com/docs/use-the-linux-grep-command)
- [@article@Use the Grep Command](https://docs.rackspace.com/docs/use-the-linux-grep-command)
- [@video@Tutorial - grep: A Practical Guide](https://www.youtube.com/watch?v=crFZOrqlqao)