1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

Add AWK resource (#6629)

This commit is contained in:
Maximo Comperatore
2024-08-17 21:22:49 -03:00
committed by GitHub
parent 7bf3672ef6
commit 0c78ab8369

View File

@@ -5,4 +5,5 @@ Awk is a versatile text processing tool that is widely used for various data man
Learn more from the following resources:
- [@article@Awk](https://www.grymoire.com/Unix/Awk.html)
- [@article@Awk command in Linux/Unix](https://www.digitalocean.com/community/tutorials/awk-command-linux-unix)
- [@article@Awk command in Linux/Unix](https://www.digitalocean.com/community/tutorials/awk-command-linux-unix)
- [@video@Tutorial - AWK in 300 Seconds](https://www.youtube.com/watch?v=15DvGiWVNj0)