From 4652cd0e653aa1a2f72bf05ccc6fa88ec014ca73 Mon Sep 17 00:00:00 2001 From: Cezary Date: Mon, 20 Apr 2020 23:27:39 +0200 Subject: [PATCH] up --- count_lines.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/count_lines.sh b/count_lines.sh index e4ac4b3..d3f45a9 100644 --- a/count_lines.sh +++ b/count_lines.sh @@ -1,3 +1,3 @@ #!/bin/bash -wc -l wikiniews_results.tsv > counted_lines.txt \ No newline at end of file +wc -l wikiniews_results.tsv > counted_lines_result.txt