initially i was checking gunzip manual but didn't found any option to do this kind of task, though at freenode someone told me to use zcat instead of gunzip! e.g.
$zcat filename.gz > /path/to/unzipped/file
so sometimes instead of reading command's manual we need to check command's capabilities ;)
cheers