How To Download Files Using Command Line In Linux

‘wget’ command can be used in Linux in order to download files from the command line. 1. Change to the directory of your choice and issue the following command in the terminal: wget <http link to the file to be downloaded> In above example, we have started a download of Mozilla Firefox setup using the ‘wget’ command. 2. Suppose that you need to pause the download for...