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