From 71576b4e81f35a2db9b4310dcd790eb0d7319a11 Mon Sep 17 00:00:00 2001 From: patrycjalazna Date: Sun, 28 Mar 2021 18:12:53 +0200 Subject: [PATCH] added pipeline to statistics.txt --- stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats.sh b/stats.sh index 93ef9b8..e0d26a9 100644 --- a/stats.sh +++ b/stats.sh @@ -1,3 +1,3 @@ #! /usr/bin/env bash # zadanie 6 -wc -l avocado-*.csv \ No newline at end of file +wc -l avocado-*.csv > statistics.txt \ No newline at end of file