码迷,mamicode.com
首页 >  
搜索关键字:unzip    ( 1013个结果
linux常用命令
传文件scp access.log c00216873@10.21.241.227:/home/c00216873解压unzip -oq common.war -d commontar -zxvf 压缩文件名.tar.gz查询cat waf.log* | grep "subcache not hi....
分类:系统相关   时间:2015-05-28 17:57:34    阅读次数:242
linux 复制目录(文件夹)和打包命令
复制目录命令: cp 需要复制的目录 -r 目的目录   (注意带参数-r) 压缩文件:zip -r 压缩后文件名 需要压缩的目录 test.zip 是压缩后文件  test是被压缩的文件夹(目录) 解压文件:unzip 被解压的zip文件 -d  ./(带参数-d , ./表示当前目录下,会解压成之前的目录) 或者 解压文件:unzip 被解压的zip文件 -d...
分类:系统相关   时间:2015-05-26 16:08:08    阅读次数:179
Linux下的压缩解压命令
1. linux zip命令 压缩 zip -r filename.zip ./* //将当前目录下的所有文件和文件夹全部压缩成filename.zip文件 -r表示递归压缩子目录下所有文件 解压 unzip -d test filename.zip //把fil...
分类:系统相关   时间:2015-05-26 12:06:33    阅读次数:147
linux常用命令记录
1. 统计工具wc -w : 单词数 ;-l :行数2. 解压 tar -xvf file.tar tar -zxvf file.tar.gz tar -jxvf file file.tar.bz2 tar -Zxvf file.tar.Z unrar file.rar unzip f...
分类:系统相关   时间:2015-05-22 21:13:57    阅读次数:146
OpenWrt编译
OpenWrt编译简单过程1,OpenWrt编译环境准备sudo apt-get install gcc g++ binutils patch bzip2 flex bison make autoconf gettext texinfo unzip sharutils subversion libn...
分类:其他好文   时间:2015-05-16 13:20:20    阅读次数:121
Mongodb basis
MongoDB Quick Start:1 Download mongodb package and unzip to your target folder;2 run "mongod --dbpath folderName" to start a mongodb instance; the -- ...
分类:数据库   时间:2015-05-14 11:37:50    阅读次数:200
linux压缩和解压,socket编程
1.使用zip和unzip压缩和解压Zip aa.zip 文件名(一个)Zip aa.zip 文件名1 文件名2(压缩多个文件)Zip -r aa.zip 文件夹路径(压缩整个文件夹)zip -t 102002 file.zip 压缩当前目录下在2002 10月20日之后的文件压缩zip file....
分类:系统相关   时间:2015-05-14 00:51:56    阅读次数:201
ubuntu 14.04 lts 安装gogs v0.6.1
理论上是这样的 http://gogs.io/docs/installation/install_gogs_on_ubuntu.html 我直接用的 sqlite3 然后起成服务运行 sudo adduser git sudo apt-get install unzip git sqlite3 cd /home/git wget https:/...
分类:系统相关   时间:2015-05-13 13:15:42    阅读次数:250
Linux下的压缩(zip)解压(unzip)缩命令
1.zip命令zip -r myfile.zip ./*将当前目录下的所有文件和文件夹全部压缩成myfile.zip文件,-r表示递归压缩子目录下所有文件.2.unzip命令unzip -o -d /home/sunny myfile.zip把myfile.zip文件解压到 /home/sunny/...
分类:系统相关   时间:2015-05-12 11:02:47    阅读次数:139
wqy-zenhei, firefox-i18n-zh-cn, flashplugin, wqy-microhei ttf-arphic-ukai ttf-arphic-uming file-roller unrar zip unzip p7zip arj etc
yaourt -S wqy-zenhei, firefox-i18n-zh-cn, flashplugin, wqy-microhei ttf-arphic-ukai ttf-arphic-uming file-roller unrar zip unzip p7zip arj unace libr....
分类:其他好文   时间:2015-05-12 08:03:02    阅读次数:339
1013条   上一页 1 ... 85 86 87 88 89 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!