#!/bin/awk -f
#
#	Generate just the sector/unit/ship/plane entries from a log file

BEGIN {
	print "look *\n";
}

/^ *.+\(# *[0-9]+\) .+ #[0-9]+ @ .+,.+/
/^[A-Za-z].+ \(#[0-9]+\) .+ [0-9]+% efficient .* @ .+,.+/
/^Kawhomp! Mine detected by .+ \(#[0-9]+\) in .+,.+!/
/^\[fert:[0-9]+\]/
/^\[oil:[0-9]+\]/
