unixwhoopie
Programmer
I have a .dat.gz file. When I use 'gunzip' command on the prompt, it works just fine. The file is unzipped as .dat
However when I use the same command from a script, it gives the following error -
gunzip: compressed data not read from a terminal. Use -f to force decompression.
Any ideas? I changed the permission level to 777 and still the same problem.
Thanks
However when I use the same command from a script, it gives the following error -
gunzip: compressed data not read from a terminal. Use -f to force decompression.
Any ideas? I changed the permission level to 777 and still the same problem.
Thanks