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

Add resource links for awk (#2464)

Updating tutorial for "awk" command
This commit is contained in:
Soma Mehra
2022-10-13 14:03:28 +05:30
committed by GitHub
parent f6d3938c6a
commit b407ed3f19

View File

@@ -8,4 +8,5 @@ It has the below syntax:
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/awk-command-unixlinux-examples/'>What is AWK? How to use it?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://linuxize.com/post/awk-command/'>How AWK works?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://linuxize.com/post/awk-command/'>How AWK works?</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=oPEnvuj9QrI'>Linux Crash Course - awk</BadgeLink>