I have compressed a folder using following command:
tar czvf arch.tar.gz dirname/
When I try to uncompress it using following command
tar xvfz arch.tar.gz
then it uncompress folder but contents of folder remains compressed.
Before compression there were files in folder like index.php. Now after uncompressing there is a file index.php.gz
Please advice me where I am wrong.