# # subjects.awk # Andrew Davison, May 1997 (ad@ratree.psu.ac.th) # # Lists the Subject and Summary news header lines # { if (($1 ~ /^Subject:/) || ($1 ~ /^Summary:/) ) print }