From 12e894e77d4ec38fa502084452eb6b4fe80c1f0a Mon Sep 17 00:00:00 2001 From: s464903 Date: Wed, 20 Mar 2024 14:09:25 +0100 Subject: [PATCH] Update data_counting_script.sh --- data_counting_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_counting_script.sh b/data_counting_script.sh index 575491b..ab508f9 100644 --- a/data_counting_script.sh +++ b/data_counting_script.sh @@ -1,3 +1,3 @@ #!/bin/bash -wc -l input_data.txt > stats.txt +wc -l processed_data.txt > stats.txt