Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 1996 14:09:34 +0100
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch)
Cc:        ache@astral.msk.su (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-bin@freefall.freebsd.org, wosch@freefall.freebsd.org
Subject:   Re: cvs commit:  src/bin/mv mv.1 mv.c
Message-ID:  <199602191309.OAA29857@caramba.cs.tu-berlin.de>
In-Reply-To: <199602182312.AAA09188@uriah.heep.sax.de>
References:  <tCkav9nGI5@ache.dialup.ru> <199602182312.AAA09188@uriah.heep.sax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
J. Wunsch writes:
>As =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= wrote:
>
>> >  option -f and -i are exclusive
>
>This breaks Posix:

No.


>
> The following options shall be supported by the implementation:
>
>    -f [...]
>Any previous occurrences of the -i option shall be ignored.

Ignored by FreeBSD in source code, iflg is still 1


>    -i          [...]
>Any previous occurrences of the -f option shall be ignored.

Ignored by FreeBSD


> Specifying more than one of the -f or -i options shall not be considered
> an error.  The last option specified shall determine mv's behavior.

Ignored by FreeBSD. 


$ touch a b;mv -fi a b
$



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602191309.OAA29857>