Sophie

Sophie

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

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(" %s & - & %s \\\\\n",$3,$4);
}