Home | History | Annotate | Download | only in tar
      1 tar01
      2 	tar command with cvf options creates an archive file
      3 
      4 tar02
      5 	tar command with tvf option will list all the files in the archive.
      6 
      7 tar03
      8 	tar command with zcvf options creates an compressed archive files
      9 
     10 tar04
     11 	tar command with xvf options extracts files from an archive file
     12 
     13 tar05
     14 	tar command with zxvf options extracts a compressed archive file
     15