Forum Moderators: bakedjake
IE:
/home/something/html/archive.tar.gz
I want to tar -xvzf this archive into
/home/something/html/somethingelse/thisdirectory
Thanks
you need to use the -C switch
tar -zxvf mytararchive.tar.gz -C /path/to/some/directory