[1003.1(2008)/Issue 7 0000243]: Add -print0 to "find"

2023-01-10 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
A NOTE has been added to this issue. == https://austingroupbugs.net/view.php?id=243 == Reported By:dwheeler Assigned To:ajose

[1003.1(2008)/Issue 7 0000243]: Add -print0 to "find"

2023-01-10 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
A NOTE has been added to this issue. == https://austingroupbugs.net/view.php?id=243 == Reported By:dwheeler Assigned To:ajose

Re: [1003.1(2008)/Issue 7 0000243]: Add -print0 to "find"

2023-01-10 Thread Geoff Clare via austin-group-l at The Open Group
Stephane Chazelas wrote, on 10 Jan 2023: > > 2023-01-10 14:46:53 +, Austin Group Bug Tracker via austin-group-l at The > Open Group: > [...] > > Another point raised on the mailing list is that -0 is typically used with > > -r, so it would make sense to add -r as well. Here are some suggested

Re: [1003.1(2008)/Issue 7 0000243]: Add -print0 to "find"

2023-01-10 Thread Stephane Chazelas via austin-group-l at The Open Group
2023-01-10 14:46:53 +, Austin Group Bug Tracker via austin-group-l at The Open Group: [...] > Another point raised on the mailing list is that -0 is typically used with > -r, so it would make sense to add -r as well. Here are some suggested > additional changes for that... [...] Thanks. Exit

[1003.1(2008)/Issue 7 0000243]: Add -print0 to "find"

2023-01-10 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
A NOTE has been added to this issue. == https://austingroupbugs.net/view.php?id=243 == Reported By:dwheeler Assigned To:ajose

Re: [1003.1(2008)/Issue 7 0000243]: Add -print0 to "find"

2023-01-10 Thread Stephane Chazelas via austin-group-l at The Open Group
2023-01-10 13:38:13 +, Stephane Chazelas via austin-group-l at The Open Group: [...] > I agree it's only remotely related but: > > find ... -print0 | ... | xargs -r0 cmd > > is the common idiom (and the equivalent of find -exec cmd {} +) > and it would be awkward to specify one without the o

Re: [1003.1(2008)/Issue 7 0000243]: Add -print0 to "find"

2023-01-10 Thread Stephane Chazelas via austin-group-l at The Open Group
2023-01-10 10:07:11 +, Geoff Clare via austin-group-l at The Open Group: [...] > I'll reopen the bug and propose new wording there. [...] Thanks. Do you think adding the -r option, to not execute the command on empty input as already implemented by many xargs implementations could be added as

[1003.1(2008)/Issue 7 0000243]: Add -print0 to "find"

2023-01-10 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
A NOTE has been added to this issue. == https://austingroupbugs.net/view.php?id=243 == Reported By:dwheeler Assigned To:ajose

[1003.1(2008)/Issue 7 0000243]: Add -print0 to "find"

2023-01-10 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The following issue has been REOPENED. == https://austingroupbugs.net/view.php?id=243 == Reported By:dwheeler Assigned To:ajo

Re: [1003.1(2008)/Issue 7 0000243]: Add -print0 to "find"

2023-01-10 Thread Geoff Clare via austin-group-l at The Open Group
Stephane Chazelas wrote, on 09 Jan 2023: > > > On page 3365 line 114593 section xargs (DESCRIPTION), > [...] > > If the -0 option is specified, the application shall ensure that > > arguments in the standard input are separated by null bytes. > [...] > > Shouldn't that be "delimited" instead of "s