thanks (http) you da man -- that is what I needed... I'm really a DOS person for 15+ years -- the whole tar gzip thing still eludes me --
pkzip -r blah.zip *.*
pkunzip -d blah.zip
seems so much easier than...
tar cvf younamethe.tar *
gzip younamethe.tar
gzip -d younamethe.tar.gz
tar xvf younamethe.tar
Don't you think.......? hehe
|