unixwhoopie
Programmer
Hello gurus, here is the situation. I am receiving several files from a remote server through an automated process. One of these files is zipped. It initially has a .dat.gz extension.
I know there is 'gunzip' command to unzip and read the files. However, when this file arrives into our server, it looses the .dat.gz extension. All files received have a common format: MFEX**.DateStamp
Since this does not have a .dat.gz extension, I cannot use gunzip or zcat. Is there any other way I can unzip this file?
Thanks in advance.
I know there is 'gunzip' command to unzip and read the files. However, when this file arrives into our server, it looses the .dat.gz extension. All files received have a common format: MFEX**.DateStamp
Since this does not have a .dat.gz extension, I cannot use gunzip or zcat. Is there any other way I can unzip this file?
Thanks in advance.