[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] Extract a file from a large tar file
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-tar] Extract a file from a large tar file |
Date: |
Mon, 17 Apr 2017 20:04:44 +0300 |
Peng Yu <address@hidden> ha escrit:
> Does anybody know what the problem is? Is there a way to let tar
> finish as soon as the file is extracted.
Try using the --occurrence option:
tar --occurrence=1 -xvf a_large_tar_file.tar path/to/file/for/extraction
Regards,
Sergey