[CentOS] tar and gunzip help

2009-08-21 Thread ML
HI All, I have a directory tree that when the user un-gzips/untars it does into /opt by default. The directory tree is like: ugui | |-- misc files |-- source |-framework |-- misc files so when unzipped I want to end it with /opt/ugui and all the stuff below it. How do I do this?

Re: [CentOS] tar and gunzip help

2009-08-21 Thread Bowie Bailey
ML wrote: HI All, I have a directory tree that when the user un-gzips/untars it does into /opt by default. The directory tree is like: ugui | |-- misc files |-- source |-framework |-- misc files so when unzipped I want to end it with /opt/ugui and all the stuff below

Re: [CentOS] tar and gunzip help

2009-08-21 Thread Boris Epstein
On Fri, Aug 21, 2009 at 3:16 PM, ML mailingli...@mailnewsrss.com wrote: HI All, I have a directory tree that when the user un-gzips/untars it does into /opt by default. The directory tree is like: ugui | |-- misc files |-- source |-framework |-- misc files so when unzipped

Re: [CentOS] tar and gunzip help

2009-08-21 Thread Les Mikesell
ML wrote: HI All, I have a directory tree that when the user un-gzips/untars it does into /opt by default. The directory tree is like: ugui | |-- misc files |-- source |-framework |-- misc files so when unzipped I want to end it with /opt/ugui and all the stuff

Re: [CentOS] tar and gunzip help

2009-08-21 Thread Robert Heller
At Fri, 21 Aug 2009 12:16:41 -0700 CentOS mailing list centos@centos.org wrote: HI All, I have a directory tree that when the user un-gzips/untars it does into /opt by default. The directory tree is like: ugui | |-- misc files |-- source |-framework |-- misc files