uzip
命令在 Linux 系統(tǒng)中并不存在
unzip
命令的主要功能如下:
unzip file.zip
unzip -l file.zip
unzip file.zip path/to/file
unzip file.zip -d destination_directory
unzip file.zip -x "file_to_exclude"
unzip -h
請注意,在使用 unzip
命令之前,確保已經安裝了 unzip
工具。在某些 Linux 發(fā)行版上,可能需要先使用包管理器(如 apt-get
、yum
或 pacman
)安裝 unzip
。例如,在基于 Debian 的系統(tǒng)上,可以使用以下命令安裝 unzip
:
sudo apt-get update
sudo apt-get install unzip