Xsparse
is an auxiliary program that expands condensed sparse
files back to their original state. You will need this utility if you have
a POSIX archive, created by GNU tar
, which contains
sparse members and need to extract
files from this archive using a third-party tar, that does not support sparse
extensions.
The utility is distributed in source form: xsparse.c.
To compile the utility, run
cc -oxsparse xsparse.c
Refer to Sparse Recovery
section for the detailed discussion of xsparse
and its usage.
Following is a short usage summary:
xsparse [OPTIONS] infile [outfile]
Available OPTIONS are:
-h | Display a short help summary. |
-n | Dry run: do nothing, only print what would have been done. This option
implies -v . |
-v | Increase verbosity level. |
-x FILE | Read extended header variables from FILE. |
Return to GNU's home page.
Please send FSF & GNU inquiries & questions to gnu@gnu.org. There are also other ways to contact the FSF.
Please send comments on these web pages and report broken links to gray@gnu.org, send other questions to gnu@gnu.org.
Copyright © 2006, 2013 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
Updated: $Date: 2013/11/17 17:30:19 $ $Author: gray $