Re: man cp: -i versus -f

2011-06-15 Thread Otto Moerbeek
On Thu, Jun 16, 2011 at 01:50:07PM +1000, john slee wrote: > On 16 June 2011 04:32, Otto Moerbeek wrote: > > Guideline 11: > > The order of different options relative to one another should not > > matter, unless the options are documented as mutually-exclusive and > > such an option is documented

Re: man cp: -i versus -f

2011-06-15 Thread john slee
On 16 June 2011 04:32, Otto Moerbeek wrote: > Guideline 11: > The order of different options relative to one another should not > matter, unless the options are documented as mutually-exclusive and > such an option is documented to override any incompatible options > preceding it. IMHO later opti

Re: man cp: -i versus -f

2011-06-15 Thread Jason McIntyre
On Wed, Jun 15, 2011 at 03:00:38PM -0400, Ted Unangst wrote: > On Wed, Jun 15, 2011 at 1:56 PM, Otto Moerbeek wrote: > > Yes, that's the wording used for rm(1). And -i should have a similar line. > > > > I checked net and free, they implement -i and -f as we do. > > Bizarrely, I read mv where you

Re: man cp: -i versus -f

2011-06-15 Thread Otto Moerbeek
On Wed, Jun 15, 2011 at 03:00:38PM -0400, Ted Unangst wrote: > On Wed, Jun 15, 2011 at 1:56 PM, Otto Moerbeek wrote: > > Yes, that's the wording used for rm(1). And -i should have a similar line. > > > > I checked net and free, they implement -i and -f as we do. > > Bizarrely, I read mv where yo

Re: man cp: -i versus -f

2011-06-15 Thread Ted Unangst
On Wed, Jun 15, 2011 at 1:56 PM, Otto Moerbeek wrote: > Yes, that's the wording used for rm(1). And -i should have a similar line. > > I checked net and free, they implement -i and -f as we do. Bizarrely, I read mv where you typed rm and used that. Now I notice you said rm. All three should pro

Re: man cp: -i versus -f

2011-06-15 Thread Otto Moerbeek
On Wed, Jun 15, 2011 at 08:26:13PM +0200, Ingo Schwarze wrote: > Otto Moerbeek wrote on Wed, Jun 15, 2011 at 05:41:08PM +0200: > > > Posix does not say anything about the interaction of -i and -f. > > I seem to dimly remember that POSIX says something about the > precedence of conflicting option

Re: man cp: -i versus -f

2011-06-15 Thread Ingo Schwarze
Otto Moerbeek wrote on Wed, Jun 15, 2011 at 05:41:08PM +0200: > Posix does not say anything about the interaction of -i and -f. I seem to dimly remember that POSIX says something about the precedence of conflicting options in general (in general as in: when there is no specific ruling for a speci

Re: man cp: -i versus -f

2011-06-15 Thread Otto Moerbeek
On Wed, Jun 15, 2011 at 06:11:37PM +0200, Jan Stary wrote: > On Jun 15 17:41:08, Otto Moerbeek wrote: > > On Wed, Jun 15, 2011 at 05:25:17PM +0200, Boudewijn Dijkstra wrote: > > > > > Op Wed, 15 Jun 2011 16:52:12 +0200 schreef Jan Stary : > > > >The manpage of cp says > > > > > > > > -f

Re: man cp: -i versus -f

2011-06-15 Thread Jan Stary
On Jun 15 17:41:08, Otto Moerbeek wrote: > On Wed, Jun 15, 2011 at 05:25:17PM +0200, Boudewijn Dijkstra wrote: > > > Op Wed, 15 Jun 2011 16:52:12 +0200 schreef Jan Stary : > > >The manpage of cp says > > > > > > -f For each existing destination pathname, remove it and > > >create a > >

Re: man cp: -i versus -f

2011-06-15 Thread Ted Unangst
On Wed, Jun 15, 2011 at 10:52 AM, Jan Stary wrote: > The manpage of cp says > > -f For each existing destination pathname, remove it and create a > new file, without prompting for confirmation, regardless of its > permissions. This option overrides any use of -i.

Re: man cp: -i versus -f

2011-06-15 Thread Otto Moerbeek
On Wed, Jun 15, 2011 at 05:25:17PM +0200, Boudewijn Dijkstra wrote: > Op Wed, 15 Jun 2011 16:52:12 +0200 schreef Jan Stary : > >The manpage of cp says > > > > -f For each existing destination pathname, remove it and > >create a > > new file, without prompting for confirmatio

Re: man cp: -i versus -f

2011-06-15 Thread Boudewijn Dijkstra
Op Wed, 15 Jun 2011 16:52:12 +0200 schreef Jan Stary : The manpage of cp says -f For each existing destination pathname, remove it and create a new file, without prompting for confirmation, regardless of its permissions. This option overrides any use of -i

man cp: -i versus -f

2011-06-15 Thread Jan Stary
The manpage of cp says -f For each existing destination pathname, remove it and create a new file, without prompting for confirmation, regardless of its permissions. This option overrides any use of -i. -i Write a prompt to the standard error output