From b1c9d8c590867aef920404fe5b61162bd61407c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20=C5=81=C4=85czkowski?= Date: Wed, 20 Mar 2024 19:12:44 +0100 Subject: [PATCH] IUM_03 - add pipeline and bash script for statistics extraction - fix --- get_stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_stats.sh b/get_stats.sh index 6c1bae3..276245f 100644 --- a/get_stats.sh +++ b/get_stats.sh @@ -1,3 +1,3 @@ #!/bin/bash # Get number of rows in data.csv -wc -l < data.csv > data_size.txt \ No newline at end of file +wc -l < data.csv > stats.txt \ No newline at end of file