30 Jan
2001
30 Jan
'01
10:50 a.m.
On Tue, Jan 30, 2001 at 08:51:05PM -0700, Bill Anderson wrote:
What's wrong with:
$ cp Zope-2.3.0-linux2-x86.tgz /usr/local/; cd /usr/local $ tar xzvf Zope-2.3.0-linux2-x86.tgz; mv Zope-2.3.0-linux2-x86 Zope-2.3.0 $ rm Zope-2.3.0-linux2-x86.tgz
two steps too many ;) Just tar -xvzf the original file,no need to copy and then delete the copy. /me ducks
I just like to keep my tarballs in a particular location (which isn't /usr/local). Hence, the copy and delete. <:-> Cheers, David Trudgett