_best_ — Tar Z
the contents of a compressed archive without extracting. 14. Documentation, information and further reading
alias tarc='tarz c' alias tarx='tarz x' ' >> ~/.bashrc source ~/.bashrc the contents of a compressed archive without extracting
tarz() tar xf - echo "✓ Extracted to current directory" ;; *) echo "Error: Use '\''c'\'' (create) or '\''x'\'' (extract)" return 1 ;; esac the contents of a compressed archive without extracting