怎么样在Linux中使用unzip命令解压缩zip文件到特定目录?
需要在Red Hat Enterprise Linux 5.8 64Bit下部署RTC,而RTC及IM的安装包是zip格式的压缩包,于是需要首先使用zip命令对其解压缩:
unzip agent.installer.linux.gtk.x86_64_1.7.1000.20131119_2219.zip -d /tmp/IM
必须注意的是,-d参数不能与-v参数同时使用
本文地址:http://www.45fan.com/a/question/67717.html