<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" dir="ltr" text="#000000">
<p style="margin-top: 0cm; margin-bottom: 0cm;" dir="ltr"><br>
</p>
<br>
Yuandan Zhang wrote:
<blockquote cite="mid42A7C770.20404@turing.une.edu.au" type="cite"
 dir="ltr">Hi,
  <br>
  <br>
I have a tar file, when I try list its contents, I get following error.
How to fix it?
  <br>
  <br>
tar tvf GM.tar
  <br>
-rw------- user/gp    689 2004-03-25 16:43:34 CHR101/chrom101.map
  <br>
tar: Skipping to next header
  <br>
tar: Archive contains obsolescent base-64 headers
  <br>
tar: Error exit delayed from previous errors
  <br>
  <br>
</blockquote>
try using cpio:<br>
<pre>cpio -tvd -H tar < your-tar-file</pre>
<br>
</body>
</html>