“Linux 基础入门”实验报告

挑战:寻找文件

作业

1. ''' touch test
ls
zip test.zip test
tar -cf test.tar test
unzip test.zip -d /home/shiyanlou
Archive: test.zip replace /home/shiyanlou/test? [y]es, [n]o, [A]ll, [N]one, [r]ename: y extracting: /home/shiyanlou/test
tar -xf test.tar -C tardir ''' 图片描述

最新评论
暂无评论~