rjtalbo wrote:

> I have been trying to uncompress DBI-1.18.tar.gz  which I downloaded
> together with
> Msql-Mysql-modules-1.2216.tar.gz         &
> Data-ShowTable-3.3.tar.gz
>
> from the MySQL down load page...
> I followed the direction in the DBE-1.18 README but if I use the pipe
> as instructed...  gzip -cd DBI-1.18.tar.gz |  tar  xf -cd DBI-1.18
>   I get ....   tar: Cannot open -cd: No such file or directory

Depending on your OS, One of:
zcat DBI-1.18.tar.gz |tar xf -
tar xfvvz DBI-1.18.tar.gz
gzip -cd DBI-1.18.tar.gz |tar xf -


--Bill



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to