
Linux
文章平均质量分 83
Iconoclast_wu
IT男
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux下的tar压缩解压缩命令详解
Linux下的tar压缩解压缩命令详解 转载自 http://www.cnblogs.com/qq78292959/archive/2011/07/06/2099427.html tar -c: 建立压缩档案 -x:解压 -t:查看内容 -r:向压缩归档文件末尾追加文件 -u:更新原压缩包中的文件 这五个是独立的命令,压缩解压都要用到其中一个,可以和别的命令连用但只能转载 2014-06-17 21:53:32 · 617 阅读 · 0 评论 -
A quick guide to writing scripts using the bash shell
from http://www.panix.com/~elflord/unix/bash-tute.html A quick guide to writing scripts using the bash shell A simple shell script A shell script is little more than a list of commands that are转载 2015-03-28 17:55:15 · 616 阅读 · 0 评论