Notes: the PMC OA subset being mined here was downloaded on 2015-04-28
In [15]:
cd /home/ross/PMCOA20150428/untard/
In [16]:
!ls
In [18]:
!find . -type f -name '*.txt' | wc
In [19]:
!grep -r 'BMNH [A-Z0-9][0-9]' > ./../BMNH-az0909.txt
In [20]:
!grep -r 'BMNH' | grep -v 'BMNH [A-Z0-9][0-9]' > ./../BMNH_NOT_az0909.txt
In [ ]: