linux tar 解压文件时指定文件名
时间:2016-11-16 14:05:20
收藏:0
阅读:1794
linux解压文件时指定文件夹名称
wget -O mysql-5.6.15.tar.gz http://oss.aliyuncs.com/aliyunecs/onekey/mysql/mysql-5.6.15-linux-glibc2.5-i686.tar.gz
mkdir ./mysql-5.6.15 && tar -xzvf mysql-5.6.15.tar.gz -C ./mysql-5.6.15 --strip-components
原文:http://www.cnblogs.com/zxiaozhou/p/6068867.html
评论(0)