Get file size after downloading URL content with wget – Debian
I'm trying to write a bash script that will download the contents of a URL (not recursive) and then analyze the file that was downloaded. If the downloaded file is a text file (i.e index.html) I want to know the…