I would like to know how to copy an external link to the local folder in terminal.
I have searched for this but the results are mostly about symbolic-link using ln -s
, which is not what I am looking for.
If you have any ideas or suggestions on wordings of my question, please feel free to comment. Thanks!
wget <some-link>
? – muru Jun 09 '23 at 11:21