Re: man find -exec -- a little bit more hand-holding

2020-08-14 Thread Jason McIntyre
On Fri, Aug 14, 2020 at 09:24:35AM -0600, Theo de Raadt wrote: > Christian Weisgerber wrote: > > > On 2020-08-14, Jason McIntyre wrote: > > > > > - i cannot work out what is with the \! examples. i know we try to make > > > entries work for both csh and sh style shells, but stuff like this >

Re: man find -exec -- a little bit more hand-holding

2020-08-14 Thread Theo de Raadt
Christian Weisgerber wrote: > On 2020-08-14, Jason McIntyre wrote: > > > - i cannot work out what is with the \! examples. i know we try to make > > entries work for both csh and sh style shells, but stuff like this > > works without escaping: > > > > $ find . ! -type f > > Going

Re: man find -exec -- a little bit more hand-holding

2020-08-14 Thread Christian Weisgerber
On 2020-08-14, Jason McIntyre wrote: > - i cannot work out what is with the \! examples. i know we try to make > entries work for both csh and sh style shells, but stuff like this > works without escaping: > > $ find . ! -type f Going through the CVS and SCCS history, I see that the

Re: man find -exec -- a little bit more hand-holding

2020-08-14 Thread Jason McIntyre
On Fri, Aug 14, 2020 at 04:30:13AM +0100, ropers wrote: > The find man page might benefit from adding a little bit more > user-friendly hand-holding here: > > Index: find.1 > === > RCS file: /cvs/src/usr.bin/find/find.1,v >