English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux gzexe Command

Linux Command大全

Linux gzexe Command for Compressing Executable Files

gzexe is a program used to compress executable files. When you execute a compressed executable file, it will automatically unzip and continue to execute, just like a general executable file.

Syntax

gzexe [-d][Execution File...]

Parameters:

  • -d  Unzip Compressed Files.

Online Examples

Compress Executable Files

# gzexe abc 

Linux Command大全