<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Create a TAR archive of a directory</title>
	<atom:link href="http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 21:54:54 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dan</title>
		<link>http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/comment-page-1/#comment-12603</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Wed, 17 Jun 2009 14:36:04 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-12603</guid>
		<description>Thanks for saving my time with this posting.</description>
		<content:encoded><![CDATA[<p>Thanks for saving my time with this posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/comment-page-1/#comment-1778</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Wed, 04 May 2005 00:45:47 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-1778</guid>
		<description>How to tar a folder which contains list subfolders in unix.Please get back to me immediately&lt;font color=&quot;red&quot;&gt;&lt;/font&gt;</description>
		<content:encoded><![CDATA[<p>How to tar a folder which contains list subfolders in unix.Please get back to me immediately<font color="red"></font></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qmchenry</title>
		<link>http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/comment-page-1/#comment-1097</link>
		<dc:creator>qmchenry</dc:creator>
		<pubDate>Wed, 01 Dec 2004 14:39:25 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-1097</guid>
		<description>Yeah, even with GNU tar, the hyphen is optional as indicated by the square brackets around the hyphen like  [ - ] ..  there are so many scripts and old timers like me around who user tar with the old hyphenless syntax that it would be miserable if it didn&#039;t work anymore.</description>
		<content:encoded><![CDATA[<p>Yeah, even with GNU tar, the hyphen is optional as indicated by the square brackets around the hyphen like  [ - ] ..  there are so many scripts and old timers like me around who user tar with the old hyphenless syntax that it would be miserable if it didn&#8217;t work anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coredump</title>
		<link>http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/comment-page-1/#comment-1095</link>
		<dc:creator>coredump</dc:creator>
		<pubDate>Tue, 30 Nov 2004 16:00:04 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-1095</guid>
		<description>NAME
       tar - The GNU version of the tar archiving utility

SYNOPSIS
       tar  [  -  ]  A  --catenate  --concatenate  &#124; c --create &#124; d --diff --compare &#124; r --append &#124; t --list &#124; u
       --update &#124; x -extract --get [ --atime-preserve ] [ -b, --block-size N ] [ -B, --read-full-blocks ] [  -C,
       --directory DIR ] [ --checkpoint    ] [ -f, --file [HOSTNAME:]F ] [ --force-local   ] [ -F, --info-script
       F --new-volume-script F ] [ -G, --incremental ] [ -g, --listed-incremental F ] [ -h,  --dereference  ]  [
       -i,  --ignore-zeros ] [ -j, -I, --bzip ] [ --ignore-failed-read ] [ -k, --keep-old-files ] [ -K, --start-
       ing-file F ] [ -l, --one-file-system ] [ -L, --tape-length N ] [ -m, --modification-time ] [ -M, --multi-
       volume ] [ -N, --after-date DATE, --newer DATE ] [ -o, --old-archive, --portability ] [ -O, --to-stdout ]
       [ -p, --same-permissions, --preserve-permissions ] [ -P, --absolute-paths ] [  --preserve       ]  [  -R,
       --record-number  ]  [  --remove-files  ]  [  -s,  --same-order, --preserve-order ] [ --same-owner ] [ -S,
       --sparse ] [ -T, --files-from=F ] [ --null     ] [ --totals   ] [ -v, --verbose ] [ -V, --label NAME ]  [
       --version   ]  [  -w,  --interactive,  --confirmation  ]  [  -W,  --verify     ] [ --exclude FILE ] [ -X,
       --exclude-from FILE ] [ -Z, --compress, --uncompress ] [ -z, --gzip, --ungzip       ]  [  --use-compress-
       program PROG ] [ --block-compress ] [ -[0-7][lmh]     ]

       filename1 [ filename2, ... filenameN ]

       directory1 [ directory2, ...directoryN ]</description>
		<content:encoded><![CDATA[<p>NAME<br />
       tar &#8211; The GNU version of the tar archiving utility</p>
<p>SYNOPSIS<br />
       tar  [  -  ]  A  &#8211;catenate  &#8211;concatenate  | c &#8211;create | d &#8211;diff &#8211;compare | r &#8211;append | t &#8211;list | u<br />
       &#8211;update | x -extract &#8211;get [ --atime-preserve ] [ -b, --block-size N ] [ -B, --read-full-blocks ] [  -C,<br />
       --directory DIR ] [ --checkpoint    ] [ -f, --file [HOSTNAME:]F ] [ --force-local   ] [ -F, --info-script<br />
       F --new-volume-script F ] [ -G, --incremental ] [ -g, --listed-incremental F ] [ -h,  --dereference  ]  [<br />
       -i,  --ignore-zeros ] [ -j, -I, --bzip ] [ --ignore-failed-read ] [ -k, --keep-old-files ] [ -K, --start-<br />
       ing-file F ] [ -l, --one-file-system ] [ -L, --tape-length N ] [ -m, --modification-time ] [ -M, --multi-<br />
       volume ] [ -N, --after-date DATE, --newer DATE ] [ -o, --old-archive, --portability ] [ -O, --to-stdout ]<br />
       [ -p, --same-permissions, --preserve-permissions ] [ -P, --absolute-paths ] [  --preserve       ]  [  -R,<br />
       --record-number  ]  [  --remove-files  ]  [  -s,  --same-order, --preserve-order ] [ --same-owner ] [ -S,<br />
       --sparse ] [ -T, --files-from=F ] [ --null     ] [ --totals   ] [ -v, --verbose ] [ -V, --label NAME ]  [<br />
       --version   ]  [  -w,  --interactive,  --confirmation  ]  [  -W,  --verify     ] [ --exclude FILE ] [ -X,<br />
       --exclude-from FILE ] [ -Z, --compress, --uncompress ] [ -z, --gzip, --ungzip       ]  [  --use-compress-<br />
       program PROG ] [ --block-compress ] [ -[0-7][lmh]     ]</p>
<p>       filename1 [ filename2, ... filenameN ]</p>
<p>       directory1 [ directory2, ...directoryN ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qmchenry</title>
		<link>http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/comment-page-1/#comment-62</link>
		<dc:creator>qmchenry</dc:creator>
		<pubDate>Wed, 14 Jan 2004 17:42:10 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-62</guid>
		<description>It may look funny without it, but the hyphen is optional.  The traditional syntax for tar does not use the hyphen for command line options that we&#039;ve become used to using.  Likewise, the GNU double hyphen options are a relatively new addition to UNIX.  

For example, here is an excerpt from the Solaris 9 man page for tar:
     tar  &lt;strong&gt;c&lt;/strong&gt;  [  bBeEfFhiklnopPqvwX@  [0-7]]   [block]   [tarfile]
     [exclude-file]  {-I include-file  &#124;  -C directory  &#124;  file &#124;
     file} ...
 
I don&#039;t know when the hyphen options were implemented in tar, but I suspect that there are still versions of tar that would gag on a -cf.  The hyphenless syntax should work everywhere.</description>
		<content:encoded><![CDATA[<p>It may look funny without it, but the hyphen is optional.  The traditional syntax for tar does not use the hyphen for command line options that we&#8217;ve become used to using.  Likewise, the GNU double hyphen options are a relatively new addition to UNIX.  </p>
<p>For example, here is an excerpt from the Solaris 9 man page for tar:<br />
     tar  <strong>c</strong>  [  bBeEfFhiklnopPqvwX@  [0-7]]   [block]   [tarfile]<br />
     [exclude-file]  {-I include-file  |  -C directory  |  file |<br />
     file} &#8230;</p>
<p>I don&#8217;t know when the hyphen options were implemented in tar, but I suspect that there are still versions of tar that would gag on a -cf.  The hyphenless syntax should work everywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grinch</title>
		<link>http://www.tech-recipes.com/rx/5/create-a-tar-archive-of-a-directory/comment-page-1/#comment-61</link>
		<dc:creator>grinch</dc:creator>
		<pubDate>Wed, 14 Jan 2004 14:20:22 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-61</guid>
		<description>The example should be tar -cf archive.tar *  (note the hyphen)</description>
		<content:encoded><![CDATA[<p>The example should be tar -cf archive.tar *  (note the hyphen)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
