Hi -
I'm telnetted into my web site, and I'm trying to unzip a zipped text file I have through a telnet prompt. I thought that the command line would be this:
gunzip -cd filename.zip | tar xvf -
But it won't unzip - can someone pls. tell me what I'm doing wrong? Thanks
Ethan
I'm telnetted into my web site, and I'm trying to unzip a zipped text file I have through a telnet prompt. I thought that the command line would be this:
gunzip -cd filename.zip | tar xvf -
But it won't unzip - can someone pls. tell me what I'm doing wrong? Thanks
Ethan