TAR archive extractor

Uses the bsdtar application to extract the contents of a tar-format archive file for indexing. Tar is a standard archive format on Linux, and is used to bundle multiple files or directories into a single file. Tar files normally have the extension .tar. Usage:

bsdtar -xU -f %source_file -C %target_dir > /dev/null && chmod -R
    +rwx %target_dir