打赏
摘要: 1.unzipunzip -o -d /home/sunny myfile.zip把myfile.zip文件解压到 /home/sunny/-o:不提示的情况下覆盖文件;-d:-d /home/sunny 指明将文件解压缩到/home/sunny目录下; 2.执行shell脚本 sh demo.sh 阅读全文
posted @ 2018-09-03 16:21 刘奇云 阅读(144) 评论(0) 推荐(0)