# bib-lskeys.awk - print the key of every entry, one per line # # Requires bib-parse.awk. function bib_pass(raw) { } function bib_entry(type, key) { print key }