unknown post
Wed Feb 18, 2009
40 Words
I want to find out what all of the ISSN's are for the publications that are printed by Nature Publishing Group. They list all of their publications on the following page http://www.nature.com/siteindex/index.html.
awk '{print "curl http://www.nature.com"$1"index.html | grep ISSN"}' nature-journal-links.txt
This work is licensed under a Creative Commons Attribution 4.0 International License
awk '{print "curl http://www.nature.com"$1"index.html | grep ISSN"}' nature-journal-links.txt