Upgrading to 5.014

Bob Stockler bob at trebor.iglou.com
Tue Jan 11 11:21:32 PST 2005


On Tue, Jan 11, 2005 at 11:04:08AM -0800, Matthew Williams wrote:
| 
| What would be the correct syntax to extract the files?
| I have tried:
| 
| # tar xvf develop.gz
| tar: blocksize = 20
| tar: directory checksum error

Not knowing what programs you have on your system
I'll keep it simple:

    gunzip develop.gz
    tar xvf develop
or:
    zcat develop.gz | tar xvf -

If you don't have gunzip I think it's available on
ftp.jpr.com or maybe on the fPtech web site.  (I
think zcat and gunzip are links to gzip.)

Bob

-- 
Bob Stockler - bob at trebor.iglou.com
Author: MENU EDIT II - The BEST Creator/Editor/Manager for filePro User Menus.
Fully functional (time-limited) demos available by email request (specify OS).


More information about the Filepro-list mailing list