I want to untar a package from one directory to another directory, directly from the command prompt. I want to untar the joomla package into the htdocs directory of xampp. How to do that directly from command prompt ? The reason i am asking this is if I try the "drag and drop" way, it won't be possible as xampp is stored in /opt directory and without super-user authentication nothing can be saved into it. You can argue saying that why did I untar xampp initially in su mode ,but that had to be done so that apache doesnt give me any start-up problems.
feedback
|
migrated from stackoverflow.com Jul 19 '10 at 12:22
This question came from our site for professional and enthusiast programmers.
|
unpack tar.gz:
unpack tar.bz2:
| |||
|
feedback
|
| |||
feedback
|