Linux Comm Gzexe
# Linux gzexe Command
[ Linux Command Manual](#)
The Linux gzexe command is used to compress executable files.
gzexe is a program used to compress executable files. When you execute a compressed executable file, it will automatically decompress and then continue execution, just like using a regular executable file.
### Syntax
gzexe [executable file...]
**Parameters**οΌ
* -d Decompress the compressed file.
### Example
Compress an executable file
# gzexe abc
[ Linux Command Manual](#)
YouTip