diff --git a/next_file b/next_file new file mode 100644 index 0000000..e69de29 diff --git a/service.sh b/service.sh index 9e59197..a8cd2d7 100644 --- a/service.sh +++ b/service.sh @@ -1,2 +1,2 @@ #!/bin/bash -wc -l ./wikiniews_result.tsv > lines_count.txt +wc -l ./new_file > lines_count.txt