http://www.technicalpage.net/search/label/SQL

zip

Zip/Unzip a file

To zip a file.
> gzip  fileName.txt   >  After zipped, the file will have extension 'gz'. Such as fileName.txt.gz

To unzip a file.
> gunzip  fileName with the extention 'gz' , this will unzip the file.

In Progress....

No comments:

Post a Comment