I was trying to gzip directory in to one file. using
$ tar -zcvf mars2011.tar.gz /www/web
What happened was that every single file in every subdir under web got an exstension like index.php.gz
Obviously i need to unzip files back to normal mode like index.php
Is there a way to get them back or unzip them to normal agin
Do I have to download everything and uzip using WinRAR .. or.
I dont understand this too.
But is there a� way to fix this.
I mean unzip files back to normal state.
can I use -R to do this .
Somthing like unrar -R *.*
Im redy to download the files and uzip but I cant find any software that can do it all alt once..
There are more then 10.000 files I have to go throuth if I have to do this by hand.
Maby I just confusing things but at lest all my files i directory are .gz
Index.php i now index.php.gz and so on ..
In all directorys all files are somthing.gz
Msk