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
'''
学习时间 247分钟
操作时间 12分钟
按键次数 220次
实验次数 17次
报告字数 525字
是否完成 完成