要在Ubuntu系統中正確使用unzip命令,可以按照以下步驟進行:
打開終端。可以通過按下Ctrl + Alt + T組合鍵來打開終端。
輸入以下命令來安裝unzip工具:
sudo apt-get install unzip
unzip file.zip
其中,file.zip是要解壓的壓縮文件的名稱。
unzip file.zip -d /path/to/directory
其中,/path/to/directory是要解壓到的目錄路徑。
unzip -l file.zip
通過以上步驟,您就可以在Ubuntu系統中正確地使用unzip命令來解壓縮zip文件。