for file in wer srr do tail -50 "$file.txt" > "$file.txt" gnuplot <<- EOF set term png set output "$file.png" plot "$file.txt" with lines notitle EOF done