Extact tar.gz files
Writing by shivdev on Thursday, 31 of July , 2008 at 9:59 am
Let’s say you have a tar.gz file. For example, apache-ant-1.6.1-bin.tar.gz
# Decompress the zip file
gzip -d apache-ant-1.6.1-bin.tar.gz
# Extract the ant files in verbose mode
tar -xvf apache-ant-1.6.1-bin.tar
Leave a comment
Category: Linux,Tips and Tricks
- Add this post to
- Del.icio.us -
- Digg -
- -
- Tweet -
-
-
No comments yet.
You must be logged in to post a comment.