bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] Little mistyping


From: Helmut Waitzmann
Subject: Re: [Bug-tar] Little mistyping
Date: Thu, 21 Jun 2007 23:59:30 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Jean-François Chabot <address@hidden> writes:

>Just to let you know that while reading the pdf document "GNU tar", i found a
>little mistake inside the document.
>At page 16 of the PDF, teh example told : $ tar cfv archive /etc/mail.
>But this would not create an archive file named "archive" but one named "v",
>like you told at page 13 "...In this case, tar will make an archive file 

[ called `v',..." ]

I haven't got the PDF document, but I think, the command

$ tar cfv archive /etc/mail

(because it uses the old option style) should create an archive file
named "archive", whereas

$ tar -cfv archive /etc/mail

(note the difference:  It uses the short option style) should create an
archive file named "v", as is the case with my GNU tar:

$ tar --version
tar (GNU tar) 1.15.91
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.

As far as I can see, the example in the PDF document is correct.

What's the behavior of your version of GNU tar?
-- 
Wer mir E-Mail schreiben will, stelle   | When writing me e-mail, please
bitte vor meine E-Mail-Adresse meinen   | precede my e-mail address with
Vor- und Nachnamen, etwa so:            | my full name, like
Helmut Waitzmann <address@hidden>, (Helmut Waitzmann) address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]