Skip to content

Instantly share code, notes, and snippets.

@idolawoye
Created April 8, 2019 11:24
Show Gist options
  • Select an option

  • Save idolawoye/0c219560f82e8981aefc716b78d1c019 to your computer and use it in GitHub Desktop.

Select an option

Save idolawoye/0c219560f82e8981aefc716b78d1c019 to your computer and use it in GitHub Desktop.
Shell script for downloading bulk files
list=`cat TEXT_FILE` # list of the record file IDs.
for i in $list
do echo $i
SHELL COMMAND [OPTIONS] $i #Command with file id
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment