From 5661338a08807a80ebba337906ac8f731248ea0f Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 6 Dec 2024 23:01:01 +0100 Subject: [PATCH] Update grep command. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 69d409e..418e31f 100644 --- a/Makefile +++ b/Makefile @@ -27,14 +27,14 @@ export_dataset: export_statistics: @echo "Exporting statisticts. Result will be ./export/2_statistics.txt" - cat export/dataset.txt | grep "Statistics: " - cat export/dataset.txt | grep "Statistics: " > export/2_statistics.txt + cat export/0_dataset.txt | grep "Statistics: " + cat export/0_dataset.txt | grep "Statistics: " > export/2_statistics.txt export_mentions: @echo "Exporting mentions. Result will be ./export/3_mentions.txt" - cat export/dataset.txt | grep "times ment" - cat export/dataset.txt | grep "times ment" > export/3_mentions.txt + cat export/0_dataset.txt | grep "times ment" + cat export/0_dataset.txt | grep "times ment" > export/3_mentions.txt merge_images: