From 3c04284b356821d71a0c86dc6ea6238acd416398 Mon Sep 17 00:00:00 2001 From: Tom Pradat Date: Tue, 29 Oct 2019 17:42:19 +0100 Subject: [PATCH] Add grep exercise in config file --- config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.json b/config.json index c14921289a..15b39b3c19 100644 --- a/config.json +++ b/config.json @@ -1430,6 +1430,18 @@ "strings" ], "deprecated": true + }, + { + "slug": "grep", + "uuid": "78bcbae1-a0f2-460c-ba89-e51844fe9397", + "core": false, + "unlocked_by": "markdown", + "difficulty": 4, + "topics": [ + "files", + "searching", + "text_formatting" + ] } ] }