1 2 3 4 5 6 7 8 9
# 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 }