Using Tar
And here is how to use tar tutorial link
http://www.cs.duke.edu/~ola/courses/programming/tar.html
in short
1. Create tar cps100 is target folder (to be compressed), foo.tgz is target file (to be created)
tar cvzf foo.tgz cps100
2. Extract tar xvzf foo.tgz
http://www.cs.duke.edu/~ola/courses/programming/tar.html
in short
1. Create tar cps100 is target folder (to be compressed), foo.tgz is target file (to be created)
tar cvzf foo.tgz cps100
2. Extract tar xvzf foo.tgz
Comments
Post a Comment