> Could we just replace the "tar zxf" with "uncompress ... | tar xf"? Does
> anyone else have a strong opinion on (or experience with) makefiles for
the
> postgres distribution who want to help Darren get out from under the gnu
> usage??
Best is: (believe me, really uncompress will not work nor zcat, I use it for
SAP DB backup, it works)
gzip -cd <somefile>.tar.gz | tar -xvf -
Andreas
pgsql-hackers by date
| Next: | From: Thomas G. Lockhart | Date: 1998-03-03 15:53:29 |
| Subject: Re: [HACKERS] doc troubles. |
| Previous: | From: Thomas G. Lockhart | Date: 1998-03-03 15:19:10 |
| Subject: Re: [HACKERS] Lost a function overloading capability in v6.3 |