From 092b332bd16284c7e97f619540a06d6e5e979c74 Mon Sep 17 00:00:00 2001 From: s407323 Date: Fri, 26 Apr 2019 12:22:08 +0200 Subject: [PATCH] count lines of file - directory path --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index 1fde108..060be5d 100644 --- a/script.sh +++ b/script.sh @@ -1 +1 @@ -wc -l wikiniews_results.tsv > output.txt \ No newline at end of file +wc -l ASR-eval/wikiniews_results.tsv > output.txt \ No newline at end of file