- Forums
- Linux
- How To Unzip To A Specific Path Location
How To Unzip To A Specific Path Location lets say you want to unzip a .zip file you have in your /home/user/webune.zip and you want to unzip it and at the same time you want to be [3283], Last Updated: Mon Jun 24, 2024
Webune Tutorials
Thu Jan 28, 2010
0 Comments
711 Visits
lets say you want to unzip a .zip file you have in your /home/user/webune.zip and you want to unzip it and at the same time you want to be unzipped to the /home/anotheruser/ directory this is how you would do it:
unzip /home/user/webune.zip -d /home/anotheruser/
home that helps