I downloaded a file with a .gz extension only. It should be a folder with more files inside but when I do
$gunzip DOd.gz
What I get is a binary file DOd without extensions. If I check what the file is I get
$file DOd
DOd: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=dcbc85e17b9e60e67973f488eca1b930b4cd9d9d, not stripped
Any idea how to get the contents of this file?