Skip to content

mchelen/pmcftp-filelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Creation
--------

wget ftp://ftp.ncbi.nlm.nih.gov/pub/pmc/file_list.txt


remove first line in editor


sqlite3 database.db

create table filelist ( path varchar(128), title varchar(128), id varchar(128) );



.separator "\t"

.import file_list.txt filelist







Usage
-----------
select * from filelist where title like '%Plos Bio%' 



Sources
-----------
http://www.pubmedcentral.nih.gov/about/ftp.html
http://www.netadmintools.com/art572.html
http://www.sqlite.org/sqlite.html


License
------------

About

tools for working with pmc ftp file list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published