From 4a0d2a9895ede6901dc61d122dca5d42f8e70ab3 Mon Sep 17 00:00:00 2001 From: s452111 Date: Fri, 3 Apr 2020 15:57:55 +0200 Subject: [PATCH] up --- next_file | 0 service.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 next_file 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