1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 11:39:52 +02:00

Add content for grep (#2481)

Adding YouTube tutorial for grep command
This commit is contained in:
Soma Mehra
2022-10-14 00:25:36 +05:30
committed by GitHub
parent 1852a9e147
commit 5718c1a75b

View File

@@ -8,4 +8,5 @@ It has the following syntax:
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/grep-command-in-unixlinux/'>What is Grep? with examples</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.gnu.org/software/grep/manual/grep.html'>Detailed Manual</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.gnu.org/software/grep/manual/grep.html'>Detailed Manual</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=Tc_jntovCM0'>Linux Crash Course - The grep Command</BadgeLink>