old tar? archive
Hi,
I have an archive file which seems to be created in 1999 and has a .tar extension. If I try to untar it I get:
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Read 9320 bytes from asrsrc.tar
tar: Error exit delayed from previous errors
Using the option -o (old-archive) does not help. I can look into the file with a text editor and it has a structure like:
aidata.f010075500001520000145000002327500662367676000130040ustar00gilmouabio00000400000126 SUBROUTINE AIDATA(X,KDTA,LDTA,LENX)
C *****************************************************************
C * Author: Arthur Gilmour *
C * Copyright: NSW Agriculture, Orange, 2800, Australia *
C * ***************************************************************
....
Even the untrained eye can clearly see the fortran code in here. Does anybody know how i can get the files in their original format from this archive?
|