tar 常见用法
在Linux下,为了方便传输、存储,常常把大量的文件和文件夹打包成一个文件。tar就是这个打包的工具。注意,tar仅仅是打包,而没有对数据进行压缩。
但是,tar支持压缩,常见压缩为gzip和bzip2。仅仅打包的文件后缀一般为bar,经gzip压缩的后缀一般为bar.gz,经bzip2压缩的后缀一般为bar.bz2。
1、如何打包?tar zcvf filename.tar.gz files
2、如何解包?tar zxvf filename.tar.gz files
其中,filename.tar.gz为指定的要存储的tar.gz文件名,files为要打包的文件夹或文件。
参数说明:
c 建立tar文档(打包)
x 放出tar文档(解包)
f 指定tar文档名
v 显示详细过程
z 使用gzip压缩
Popularity: 22% [?]
2条评论 2007年08月05日

能解决3.0的auto-draft问题吗?谢谢。
发现加了这个插件之后,网页无法通过XHTML1.1验证了。主要原因为,在HTML内不恰当的位置加了 img.wp-smiley-select {cursor: pointer;} 望改进 :dsadsad:
Hi Crazy Loong, I love your plugin! Is there a way to display custom smilies in widgets? I'd love to use them in my custom text widgets. Thanks! 我想要知道custom smilies可不可以使用在自定文字模组里,可以的话要怎么修改php,谢谢!
1.5出来了,请问是不是解决了上述的种种问题呢?谢谢
等待插件更新。。。。