When attempting to extract all files from a tar file, I get the following error message:
tar: Skipping to next header
tar: Error exit delayed from previous errors
Some of the files extract properly before this error message is printed, and the process results in a garbled file that seems to contain the rest of the archive. All of the files in this archive are text files.
Is there anything I can try to recover the rest of the files?