From e566e1041ff9a9c7bed4e416b4d7305b2b71bd3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Furmann?= Date: Fri, 3 Apr 2020 16:16:10 +0000 Subject: [PATCH] Zaktualizuj 'plot.sh' --- plot.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plot.sh b/plot.sh index d33306c..a3df6d6 100644 --- a/plot.sh +++ b/plot.sh @@ -1,9 +1,11 @@ +tail -n 50 wer.txt > wer_temp.txt +tail -n 50 srr.txt > srr_temp.txt + for file in wer srr do - tail -n 50 "${file}.txt" > temp.txt gnuplot <<- EOF set term png set output "${file}.png" - plot temp.txt with lines notitle + plot "${file}_temp.txt" with lines notitle EOF done \ No newline at end of file