zip &unzip
将当前目录下,wptheme子目录下面的所有内容压缩成wptheme.zip,命令如下:
zip wptheme.zip wptheme/
将当前目录下wptheme.zip解压缩,命令如下:
unzip wptheme.zip
linux下提供了zip和unzip程序,zip是压缩程序,unzip是解压程序。它们的参数选项很多,这里只做简单介绍,依旧举例说明一下其用法: Read the rest of this entry »

, ,