decompress script
tar xvf $1
find ./ -name '*.gz' > temp.txt
gawk '{print "gunzip", $1}' temp.txt > temp2.txt
source temp2.txt
rm temp.txt temp2.txt
tar xvf $1
find ./ -name '*.gz' > temp.txt
gawk '{print "gunzip", $1}' temp.txt > temp2.txt
source temp2.txt
rm temp.txt temp2.txt
发表者
精神家园
at
8:23 AM
No comments:
Post a Comment