(Bash) Specify destination to `wget`
wget stores the downloaded file under <prefix>/<filename path, where <prefix> == "." by default.
Hence, manually specifying the desired location as prefix via -P <prefix> option would let the file
be stored under the specified directory.
References:
Written on May 25, 2021
