Simple script to extract links from pdf docs.
for i in `ls *pdf`; do echo "----------- $i ----------" ;pdftotext -nopgbrk $i - | egrep -i http -C 1 ; echo ""; done
On this blog, I just share some parts of my life and knowledge with two main purposes: personal backup and record, and for the benefit of anyone who can find something interesting/useful here. Serve yourself.
0 Comments:
Post a Comment
<< Home