Unaswered Questions
If you know the answer, please leave a comment.
1. How do I unpack a tarball to a specific directory?
I know I can uncompress a tar file in the current working directory with tar –xvf mytarfile.tar. Can I upack it to another directory instead?