Search

sametbh
sametbh
  • Tags
  • TFT

    Save Images From List Of URLs

    Apr 14, 2021

    Bash script to save images from a list of URLs

    -->
    xargs -n 1 curl -O < files.txt
    

    source

    images curl

    Related

    • Images
    • UTF-8 encoding errors in python scripts
    • Python Keep First Occurence Of Date
    • Embed SVG into HTML
    • Shell Scripts for Manipulating Filenames

    cite
    copy download