Thursday, June 05, 2008

Command to Gunzip folder

In linux, most of the task are accomplished through command. Compressing files are one of it. Below are the command to gunzip the files in linux;

ls files | cpio -ocv | gzip > test.gz

*This files should be the directory or path where you want to gunzip it

Your Ad Here