dendrobates-t-azureus/results-27-02-2020-60fe76e366/awk_scrpts.txt
2020-02-28 12:06:15 +01:00

8 lines
360 B
Plaintext

awk '/Prefetcher disabled/,/END/{ print $0 }' < ~/log_newcalibration2.filtered.txt > ~/newcal.2.txt
cat ~/begin.txt ~/log_newcalibration2.filtered.txt | awk ' /BEGIN/,/Prefetcher disabled/{ print $0 }' > ~/newcal.1.txt
awk '/Calibrating/,/Please compare histograms for sanity/ { print $0 }' < ~/log_newcalibration2.txt > ~/log_newcalibration2.filtered.txt