Add data_counting_script.sh
This commit is contained in:
parent
7ac096bd13
commit
31b2e3e49a
5
data_counting_script.sh
Normal file
5
data_counting_script.sh
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user