Data Analysis Scripts

WGET:

wget –no-clobber –convert-links –random-wait -r -p -E -e robots=off -U mozilla (website link)
wget –no-clobber –convert-links –random-wait -r -p -E -e robots=off -U mozilla -i (path to list)


PDFGREP:

pdfgrep -C10 -e keywordONE -e keywordTWO -e keywordTHREE -r


GREP:

grep -r -n -i -C 10 -F -f [PATH TO keywords-list.txt] [PATH TO DIRECTORY TO SEARCH]