摘要:
=head1 NAME The name of your program or module.=head1 SYNOPSIS A one-line description of what your program or module does (purportedly).=head1 DESCRIPTION The bulk of your documentation. (Bulk is good in this context.)=head1 AUTHOR Who you are. (Or an alias, if you are ashamed of your program.)=head 阅读全文
posted @ 2011-09-27 18:14
香格里拉\(^o^)/
阅读(6042)
评论(0)
推荐(0)
摘要:
linux下解压命令大全 .tar 解包:tar xvf FileName.tar打包:tar cvf FileName.tar DirName(注:tar是打包,不是压缩!)———————————————.gz解压1:gunzip FileName.gz解压2:gzip -d FileName.gz压缩:gzip FileName.tar.gz 和 .tgz解压:tar zxvf FileName.tar.gz压缩:tar zcvf FileName.tar.gz DirName———————————————.bz2解压1:bzip2 -d FileName.bz2解压2:bunzip2 F 阅读全文
posted @ 2011-09-27 14:40
香格里拉\(^o^)/
阅读(576)
评论(0)
推荐(0)
浙公网安备 33010602011771号