Extract files to another directory using 'tar' command


$ mkdir /target/directory

$ tar -xf archive.tar -C /target/directory