commands for extracting the contents from mytar.tar to the current directory is? code example Example: extract from tar gz into folder mkdir foo tar -xzf bar.tar.gz -C foo