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