← 返回命令列表

Linux command

unzipsfx 命令

网络

复制后可按需替换文件名、目录或参数。

常用示例

unzipsfx

unzipsfx

说明

unzipsfx creates self-extracting compressed binary files by prepending self-extracting stubs to ZIP archives. The resulting executable can extract itself without requiring unzip to be installed. The stub is typically concatenated with a ZIP archive using cat, then made executable.

参数

-t
Test archive for errors
-c _FILE_
Print file content without extraction
-z
Print archive comments

FAQ

What is the unzipsfx command used for?

unzipsfx creates self-extracting compressed binary files by prepending self-extracting stubs to ZIP archives. The resulting executable can extract itself without requiring unzip to be installed. The stub is typically concatenated with a ZIP archive using cat, then made executable.

How do I run a basic unzipsfx example?

Run `unzipsfx` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -t do in unzipsfx?

Test archive for errors