Linux command
msexpand 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Expand a compressed file
msexpand [file.ex_]
Expand a file and save the result
msexpand [file.ex_] > [file.exe]
Decompress from standard input
cat [file.ex_] | msexpand > [file.exe]
Expand multiple files
msexpand [file1.dl_] [file2.ex_]
Print version information
msexpand -V
说明
msexpand decompresses files produced by mscompress(1) or the Microsoft COMPRESS.EXE utility (for example, the `*.??_` files found on Windows 3.x and early Windows 9x installation media). When invoked without file arguments, msexpand reads compressed data from standard input and writes the decompressed output to standard output. When one or more filenames are supplied, each is decompressed to standard output in order; redirect the output to save the result to a file.
参数
- -h
- Display a short usage message.
- -V
- Display version information.
FAQ
What is the msexpand command used for?
msexpand decompresses files produced by mscompress(1) or the Microsoft COMPRESS.EXE utility (for example, the `*.??_` files found on Windows 3.x and early Windows 9x installation media). When invoked without file arguments, msexpand reads compressed data from standard input and writes the decompressed output to standard output. When one or more filenames are supplied, each is decompressed to standard output in order; redirect the output to save the result to a file.
How do I run a basic msexpand example?
Run `msexpand [file.ex_]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -h do in msexpand?
Display a short usage message.