Zaktualizuj 'plot.sh'

This commit is contained in:
Jędrzej Furmann 2020-04-03 16:02:14 +00:00
parent 4a31a60af2
commit e1a1457407

View File

@ -1,10 +1,11 @@
tail -50 wer.txt" > wer.txt
tail -50 srr.txt" > srr.txt
for file in wer srr
do
tail -50 "$file.txt" > temp.txt
gnuplot <<- EOF
set term png
set output "$file.png"
plot temp.txt with lines notitle
plot "$file.txt" with lines notitle
EOF
done