From 5521174bc64649c781dafdfa6915a161fd66d58e Mon Sep 17 00:00:00 2001 From: s464903 Date: Wed, 20 Mar 2024 14:10:33 +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 ab508f9..76f76eb 100644 --- a/data_counting_script.sh +++ b/data_counting_script.sh @@ -1,3 +1,3 @@ #!/bin/bash -wc -l processed_data.txt > stats.txt +wc -l processed_data.csv > stats.txt