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: 21% [?]
2条评论 2007年08月05日
Is it possible to show only the selected smilies above the comment text box? Because right now if I activate the plugin I get a huge list of smilies, while I want only the ones selected - and the rest under the 'more' button, like happens underneath the text. This means I have to deactivate the plugin unless there is a solution for this?
谢谢博主了。 。 www.qnuan.com
终于找到了。
2012 新春快乐!
RESOLVED! my fault. I found the problem into the folder path ... firefox don't undestand the "\" slash but only "/" ... thanks anyway ... ^O^ ^O^ ^O^ Another question. Is it possible to add the plugin into the admin post panel?