Ubuntu: Using curl to download an image

前端 未结 5 1707
隐瞒了意图╮
隐瞒了意图╮ 2021-01-31 01:17

I want to download an image accessible from this link: https://www.python.org/static/apple-touch-icon-144x144-precomposed.png into my local system. Now, I\'m aware

5条回答
  •  伪装坚强ぢ
    2021-01-31 02:04

    For ones who got permission denied for saving operation, here is the command that worked for me:

    $ curl https://www.python.org/static/apple-touch-icon-144x144-precomposed.png --output py.png
    

提交回复
热议问题