Skip to content

Instantly share code, notes, and snippets.

@termosa
Created April 3, 2021 07:03
Show Gist options
  • Save termosa/1149e30b9f558af36a321b2080886393 to your computer and use it in GitHub Desktop.
Save termosa/1149e30b9f558af36a321b2080886393 to your computer and use it in GitHub Desktop.
Looping through the output of the previous command
pbpaste | while read -r link ; do curl -L -O -C "$link"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment