#!/bin/bash |
# |
#Filename:751.js |
#Description:tar,gzip,shell,vim,test |
#Author:no |
#Note:no #Date:`date +%y-%m-%d-%H-%M` |
# cd /tmp |
mkdir test cd - |
TESTFILE= find / -size +100M -size -200M |
cp $TESTFILE /tmp/ test cd /tmp/ test |
tar zcvf tartest. tar .gz -T /tmp/ test |
:wq |
bash 751.js.sh |
初级程序员
by: LanceZheng 发表于:2020-11-03 11:21:10 顶(0) | 踩(0) 回复
这是什么意思啊
回复评论