This commit is contained in:
s460941 2020-04-22 16:44:59 +02:00
parent c1023c73cc
commit 6776c1a446

5
count.sh Normal file → Executable file
View File

@ -1,2 +1,3 @@
LINES =$ (wc -l "wikiniews_results.tsv")
echo $LINES
var=$(wc -l "wikiniews_results.tsv")
lines=${var%% *}
echo $lines