• chevron_right

      7 handy tricks for using the Linux wget command

      pubsub.slavino.sk / opensource.com · Thursday, 21 October, 2021 - 07:01 edit

    Wget is a free utility to download files from the web. It gets data from the Internet and saves it to a file or displays it in your terminal. This is literally also what web browsers do, such as Firefox or Chromium, except by default, they render the information in a graphical window and usually require a user to be actively controlling them. The wget utility is designed to be non-interactive, meaning you can script or schedule wget to download files whether you're at your computer or not.


    Značky: #Linux