PrimitiveType

Linux: extract specific directory or file from bzipped TAR archive

tar -xvf my_archive.tar.bz2 path/to/directory tar -xvf my_archive.tar.bz2 path/to/file.txt # If there are issues with ownership use --no-same-owner tar -xvf my_archive.tar.bz2 path/to/file.txt --no-same-owner