Mercurial > hg > cc > cirrus_home
comparison bin/plinks.sh @ 0:65a56c0d1c1f
bolting the barn door...
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Tue, 18 Feb 2020 13:15:05 +0000 |
parents | |
children | 0f494c76a887 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:65a56c0d1c1f |
---|---|
1 #!/usr/bin/bash | |
2 mkdir -p $TMPDIR | |
3 echo $(date) $(hostname) | |
4 cd /beegfs/common_crawl/CC-MAIN-2019-35/pdfs | |
5 h=$(hostname) | |
6 hn=${h##*n} | |
7 parallel --will-cite -j 71 --pipepart -a lm/$(hostname)_pdfFilesWithLM doPlinks.sh ${hn}_'{#}' | |
8 echo $(date) $(hostname) |