shashankmc / download_files_script

Download a lot of files using a general script using regex and wget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

download_files_script

Download a lot of files using a general script using regex and wget

Set the permission right for the sh file.

Usage:

If you do not want any output on your terminal, redirect it.

./download_files.sh > /dev/null 2>&1

If you want to see all the output on your terminal, then just run

./download_files.sh

Script was written for pdf downloads from a specific site. Change variable as necessary.

About

Download a lot of files using a general script using regex and wget


Languages

Language:Shell 100.0%