Here , x extracts the tar file , v gives verbose output , z tells the tar command to gunzip ( uncompress ) the file , and f is the tar file I wish to extract .
在这里,x提取了tar文件,v给出了详细的输出,z告诉tar命令去gunzip(解压缩)文件,f是我希望提取的tar文件。