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
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!