Tar C
This allows you to change to a particular directory, before performing another operation. For example:
tar -C <directory> -xvf <tar_file>
This allows you to change to a particular directory, before performing another operation. For example:
tar -C <directory> -xvf <tar_file>