摘要: head 命令 读取文件的前n行 -c n 显示文件的前n个字符串 阅读全文
posted @ 2017-11-04 19:23 minger_lcm 阅读(1264) 评论(0) 推荐(0)
摘要: [root@localhost ~]# yum install -y zip unzip // 安装 zip 和 unzip [root@localhost ~]# zip 1.zip 1.txt // 压缩文件,要同时指定压缩后的文件名 [root@localhost ~]# zip -r test.zip test // 压缩目录,要同时指定压... 阅读全文
posted @ 2017-11-04 19:20 minger_lcm 阅读(164) 评论(0) 推荐(0)