mkdir test
cd test
touch file1
touch file2
touch file3
touch file4
cd ..
tar cvfz test.tar.gz test/
Now test.tar.gz is created
Extract test.tar.gz
tar xvfz test.tar.gz
cd test
touch file1
touch file2
touch file3
touch file4
cd ..
tar cvfz test.tar.gz test/
Now test.tar.gz is created
Extract test.tar.gz
tar xvfz test.tar.gz
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.