linux查看文件内容:
https://www.cnblogs.com/jixp/p/10833801.html
linux文件复制、拷贝、粘贴:
https://www.cnblogs.com/kingsonfu/p/9778729.html
linux命令手册:
https://www.runoob.com/linux/linux-command-manual.html
压缩解压:
压缩:webfoot文件,文件名为webroot.zip
zip -r webroot.zip webfoot
解压:webfoot.zip文件
unzip webroot.zip
网友评论