I had a need to download a gzip tarball file (.tgz), verify its checksum and extract one particular file in it. All in one go using Bash. By using Bash's process substitution and tee, such a task could be achieved in a one-liner. I had this need when I built a Docker image for Retype, … Continue reading Download File and Verify Checksum in Bash