Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: "Eugene Rosenzweig" <eugenius@dingoblue.net.au>
Cc: <cygwin@cygwin.com>
Subject: Re: tar -f behaviour
References: <0c6501c1bed4$f548d5e0$0300a8c0@bluebox>
From: "Julien Gilles" <jgilles@glmultimedia.com>
Date: Tue, 26 Feb 2002 16:39:24 +0100
In-Reply-To: <0c6501c1bed4$f548d5e0$0300a8c0@bluebox> ("Eugene Rosenzweig"'s
 message of "Wed, 27 Feb 2002 01:50:38 +1100")
Message-ID: <7radtw9rrn.fsf@glmultimedia.com>
Lines: 21
User-Agent: Gnus/5.090005 (Oort Gnus v0.05) XEmacs/21.4 (Common Lisp
 (Windows [1]), i686-pc-cygwin)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

"Eugene Rosenzweig" <eugenius@dingoblue.net.au> writes:

> Looking at tar I noticed a small oddity in its behaviour, as compared to
> what I would have thought was 'normal'
> When dealing with files, using dash before options, the 'f' option has to be
> the last one in the option string, e.g.
>
> In conclusion, is this a bug or a feature?

A (normal) feature. 

In GNU world, options starts with one or two dash, and you can write : 
tar --file=file
tar -f file
tar -ffile

If fact the syntax 'tar zcf file' is an old syntax, only kept for
compatibility, it should be read : 'tar -z -c -f file'.

-- 
Julien Gilles


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

