Created
April 3, 2021 07:03
-
-
Save termosa/1149e30b9f558af36a321b2080886393 to your computer and use it in GitHub Desktop.
Looping through the output of the previous command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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