From e8082ae75e0a269f7327e803760426e305fac39f Mon Sep 17 00:00:00 2001 From: Jayaram R <140975231+JayaramRangaraj@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:22:48 +0530 Subject: [PATCH] Add resources for text processing (#7817) Added Some Resources for Linux -> Text Processing --- src/data/roadmaps/linux/content/104-text-processing/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/roadmaps/linux/content/104-text-processing/index.md b/src/data/roadmaps/linux/content/104-text-processing/index.md index 4f51b347b..8597e43ab 100644 --- a/src/data/roadmaps/linux/content/104-text-processing/index.md +++ b/src/data/roadmaps/linux/content/104-text-processing/index.md @@ -19,3 +19,5 @@ Overall, the proficiency in text processing is crucial for Linux users as it all Visit the following resources to learn more: - [@article@Linux Filters](https://ryanstutorials.net/linuxtutorial/filters.php) +- [@article@Linux Text Processing Command](https://earthly.dev/blog/linux-text-processing-commands/) +- [@article@Master Linux Text Processing Commands](https://everythingdevops.dev/linux-text-processing-commands/)