From 31b2e3e49a84fb33f5118d3e941aebca3e9aa9f0 Mon Sep 17 00:00:00 2001 From: s464903 Date: Wed, 20 Mar 2024 13:56:45 +0100 Subject: [PATCH] Add data_counting_script.sh --- data_counting_script.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data_counting_script.sh diff --git a/data_counting_script.sh b/data_counting_script.sh new file mode 100644 index 0000000..aefc599 --- /dev/null +++ b/data_counting_script.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# Wywołanie skryptu liczącego statystyki +# W tym przykładzie liczymy ilość linii w wejściowym pliku +wc -l input_data.txt > stats.txt