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