File Archives
# tar –cvf bkp.tar file1 file2 - Will archive file1 & file2
# tar –tvf bkp.tar - Shows the table of content
# tar –xvf bkp.tar - It extracts file from the tar archive
# jar –cvf bkp.tar
# jar –tvf bkp.jar
# jar –xvf bkp.jar
# compress bkp.tar - To compress tar archive
# ls
bkp.tar.z
# uncompress bkp.tar.z - To uncompress tar archive
# gzip bkp.tar - To create gzip file
bkp.tar.gz
# gunzip bkp.tar.gz - To extract the tar archive by gunzip
bkp.tar
# zip out.zip bkp.tar - To create zip archive
# unzip out.zip - To extract the zip archive
No comments:
Post a Comment