Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 23d6d6a5dee1b3891a423795f4b554c6 > files > 151

crossfire-1.0.0-3mdk.ppc.rpm

# This awk-script will find and print out all of the 'normal' 
# weapons that have an additional magical effect - e.g. stake..

$4 ~ /[A-Za-z]/ && $4 !~ /Attacks: physical $/ {
	printf("<tr><th> %s</th><td> - </td><td>%s</td></tr>\n",$3,$4);
}