From 88a23b201b3a1b8d116a5b70dd3e0cb7d61d56f7 Mon Sep 17 00:00:00 2001 From: s452487 Date: Sun, 24 Mar 2024 19:54:59 +0100 Subject: [PATCH] Update stats.sh --- stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats.sh b/stats.sh index bfc0ee9..dc96997 100644 --- a/stats.sh +++ b/stats.sh @@ -1 +1 @@ -wc -l processed.csv > stats.txt \ No newline at end of file +cat processed.csv | wc -l > stats.txt \ No newline at end of file