awk 'NF >= 5 && $1 ~ /^[0-9]+$/ && $3 ~ /^[0-9.]+$/ { print $1, $4 }' mem-usage-2025-08-11.dat.log > mem-usage-2025-08-11.dat cat >> /tmp/gnuplot$$ <