<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://library.morph.zone/index.php?action=history&amp;feed=atom&amp;title=Shell_Commands%2FXADUnTar</id>
		<title>Shell Commands/XADUnTar - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://library.morph.zone/index.php?action=history&amp;feed=atom&amp;title=Shell_Commands%2FXADUnTar"/>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=Shell_Commands/XADUnTar&amp;action=history"/>
		<updated>2026-05-09T15:06:06Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://library.morph.zone/index.php?title=Shell_Commands/XADUnTar&amp;diff=2278&amp;oldid=prev</id>
		<title>JPV: Created page with &quot;''From the original xadmaster.library manual'':  '''XADUnTar''' - A shell tool to extract data from Tar archives and compressed Tar archives. This includes .tar.bz, .tar.bz2,...&quot;</title>
		<link rel="alternate" type="text/html" href="https://library.morph.zone/index.php?title=Shell_Commands/XADUnTar&amp;diff=2278&amp;oldid=prev"/>
				<updated>2015-07-04T10:46:56Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;From the original xadmaster.library manual&amp;#039;&amp;#039;:  &amp;#039;&amp;#039;&amp;#039;XADUnTar&amp;#039;&amp;#039;&amp;#039; - A shell tool to extract data from Tar archives and compressed Tar archives. This includes .tar.bz, .tar.bz2,...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;''From the original xadmaster.library manual'':&lt;br /&gt;
&lt;br /&gt;
'''XADUnTar''' - A shell tool to extract data from Tar archives and compressed Tar archives. This includes .tar.bz, .tar.bz2, .tar.gz, .tar.Z, .tar and others.&lt;br /&gt;
&lt;br /&gt;
FROM/A, DEST=DESTDIR, PASSWORD/K, FILE/M, NAMESIZE/K/N, FFS=OFS/S, SFS/S, INFO=LIST/S, Q=QUIET/S, AM=ASKMAKEDIR/S, OW=OVERWRITE/S, NA=NOABS/S, ND=NODATE/S, NE=NOEXTERN/S, NKP=NOKILLPART/S, NP=NOPROT/S, NT=NOTREE/S, SHORTNAME/S&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
	FROM specifies the file archive that should be handled.&lt;br /&gt;
&lt;br /&gt;
	DESTDIR is the destination directory. The directory is created&lt;br /&gt;
	when it does not exist (except if ASKMAKEDIR is turned on and&lt;br /&gt;
	you select no). There are some dangerous archives using absolute&lt;br /&gt;
	path names (e.g. starting with LIBS: or RAM:). xadUnTar archives&lt;br /&gt;
	these files to their absolute position (except NOTREE or NOABS is&lt;br /&gt;
	used).&lt;br /&gt;
&lt;br /&gt;
	PASSWORD can be used to supply a password for unarchiving of&lt;br /&gt;
	encrypted archives. This argument requires the keyword PASSWORD.&lt;br /&gt;
&lt;br /&gt;
	FILE allows you to select filename(s) (including patterns), which&lt;br /&gt;
	should be extracted. When FILE is not given, all files are&lt;br /&gt;
	extracted. With FILE only matching files are extracted.&lt;br /&gt;
	NOTE: When you do not use NOTREE keyword, the patterns check&lt;br /&gt;
	includes checks for directory structure as well.&lt;br /&gt;
&lt;br /&gt;
	NAMESIZE allows to specify the maximum size of a filename. This is&lt;br /&gt;
	useful as some archives from unix machines have longer filenames&lt;br /&gt;
	than the Amiga filesystem allows. Whenever a name is longer than&lt;br /&gt;
	the namesize value, you are asked to enter a shorter name. Names&lt;br /&gt;
	of directories are truncated without requests.&lt;br /&gt;
	FFS or OFS replace NAMESIZE argument and provide a standard length&lt;br /&gt;
	of 30 characters, which is the value of our standard file system.&lt;br /&gt;
	SFS provide a length of 100 characters, the SmartFilesystem&lt;br /&gt;
	standard.&lt;br /&gt;
&lt;br /&gt;
	NOEXTERN prohibits the use of external clients for&lt;br /&gt;
	recognition purposes.&lt;br /&gt;
	&lt;br /&gt;
	INFO or LIST prints information about the archive and does not&lt;br /&gt;
	do any unarchiving.&lt;br /&gt;
	&lt;br /&gt;
	OVERWRITE forces the program to overwrite an already existing&lt;br /&gt;
	destination file. Normally you are asked about that.&lt;br /&gt;
	&lt;br /&gt;
	NOTREE skips all directory names and writes the files directly to&lt;br /&gt;
	destination directory.&lt;br /&gt;
&lt;br /&gt;
	SHORTNAME shortens the displayed name for INFO and extract. Now only&lt;br /&gt;
	the filename instead of path and filename is presented.&lt;br /&gt;
&lt;br /&gt;
	ASKMAKEDIR forces the program to ask you, if a missing directory&lt;br /&gt;
	should be created.&lt;br /&gt;
&lt;br /&gt;
	NOPROT prevents setting file protection bits and NODATE prevents&lt;br /&gt;
	setting date information.&lt;br /&gt;
&lt;br /&gt;
	NOABS prevents creation of absolute path names.&lt;br /&gt;
&lt;br /&gt;
	If you specify NOKILLPART keyword, partial or corrupt output files&lt;br /&gt;
	no longer are deleted.&lt;br /&gt;
&lt;br /&gt;
	The QUIET option turns off the progress report, but also disables&lt;br /&gt;
	questions to skip, rename or overwrite files.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
	Shell&amp;gt; xadUnTar archive.tar RAM:&lt;br /&gt;
		Unarchive the tar archive to RAM:&lt;br /&gt;
&lt;br /&gt;
	Shell&amp;gt; xadUnTar archive.tar.gz RAM: #?.txt #?.doc Contents&lt;br /&gt;
		Unarchive all .txt and .doc file and the file &amp;quot;Contents&amp;quot; of&lt;br /&gt;
		gzipped tar archive to RAM:&lt;br /&gt;
&lt;br /&gt;
	Shell&amp;gt; xadUnTar archive.tar.bz LIST&lt;br /&gt;
		Tells information about archive.tar.bz file.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>JPV</name></author>	</entry>

	</feed>