Recent changes Random page
GAMING
Gaming
 
WoWWiki
Diablo Wiki
Fallout-The Vault
Grand Theft Wiki
Halopedia
StarCraft Wiki
FFXIclopedia
Resident Evil Wiki
See more...

Unzipping

From Freeciv

Jump to: navigation, search

[edit] Unzipping/Exctracting

Unzipping .gz files:
Type:
$ cd <directory with file>
$ gunzip <filename>

Unzipping .bz2 files:
$ cd <directory with file>
$ bunzip2 <filename>

Unzipping .zip files:
$ cd <directory with file>
$ unzip <filename>

Extracting .tar files:
$ cd <directory with file>
$ tar -xf <filename>


<filename> = write the name of file
<directory with file> = write the path where the file you downloaded is, don't write filename here

Rate this article:
Share this article: