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