
Linux
文章平均质量分 84
suhido
这个作者很懒,什么都没留下…
展开
-
Linux rsync 命令
[b]rsync[/b]是Unix下的一款应用软件,它能同步更新两处计算机的檔案與目錄,並適當利用差分編碼以減少数据傳輸。rsync中一項與其他大部分類似程式或協定中所未見的重要特性是镜像對每個目標只需要一次傳送。rsync可拷貝/顯示目錄內容,以及拷貝檔案,並可選擇性的壓縮以及遞歸拷貝。[code="java"]rsync -av--progress root@ipaddres...原创 2013-03-04 18:38:18 · 127 阅读 · 0 评论 -
Linux压缩命令整理
[b]关于后缀名[/b][quote]*.Z compress程序压缩的文件*.bz2 bzip2程序压缩的文件*.gz gzip程序压缩的文件*.tar tar程序打包的数据,没有经过压缩*.tar.gz tar程序打包的数据,经过gzip压缩[/quote][b]1、compress[/b]压缩[code="shell"]compress filena...原创 2013-07-01 22:52:11 · 147 阅读 · 0 评论 -
Linux grep、find命令
一、greplinux下行过滤工具语法:grep [options][code="java"]└─(12:15:%)── grep ...原创 2013-01-22 19:39:03 · 94 阅读 · 0 评论 -
Linux:more less tail head cat
more:[quote]Usage: more [options] file...Options: -d display help instead of ring bell -f count logical, rather than screen lines -l suppress pause after form fee...原创 2014-03-10 17:09:19 · 191 阅读 · 0 评论