linux操作命令大全

每天一个linux命令:https://mp.weixin.qq.com/s/h2ySo9WqYT-dXHAyHoB3NA

1 基本操作

ls
wget url

2 压缩解压

解压: unzip file.zip
压缩 folder 目录: zip -r folder.zip folder
解压bz2: tar -xjf file.tar.bz2

linux解压缩命令大全:http://www.cnblogs.com/eoiioe/archive/2008/09/20/1294681.html

http://www.php100.com/html/webkaifa/Linux/2009/1213/3652.html

您的赞助将会支持作者创作及本站运维

发表评论


TOP