The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
This chapter describes the Cisco Nexus 1000V commands that begin with the letter G.
To uncompress a compressed file, use the gunzip command.
gunzip filename
filename |
Name of a file. The filename is case sensitive. |
None
Any
network-admin
|
|
---|---|
4.0(4)SV1(1) |
This command was introduced. |
The compressed filename must have the .gz extension.
You do not have to enter the .gz extension as part of the filename.
The Cisco NX-OS software uses Lempel-Ziv 1977 (LZ77) coding for compression.
This example shows how to uncompress a compressed file:
n1000v# gunzip run_cnfg.cfg
|
|
---|---|
dir |
Displays the directory contents. |
gzip |
Compresses a file. |
To compress a file, use the gzip command.
gzip filename
filename |
Name of a file. The filename is case sensitive. |
None
Any
network-admin
|
|
---|---|
4.0(4)SV1(1) |
This command was introduced. |
After you use this command, the file is replaced with the compressed filename that has the .gz extension.
The Cisco NX-OS software uses Lempel-Ziv 1977 (LZ77) coding for compression.
This example shows how to compress a file:
n1000v# gzip run_cnfg.cfg
|
|
---|---|
dir |
Displays the directory contents. |
gunzip |
Uncompresses a compressed file. |