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

2024-10-17 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The following issue has been set as RELATED TO issue 0001861. == https://austingroupbugs.net/view.php?id=243 == Reported By:dwheeler Assigned

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

2023-08-21 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The following issue has been set as RELATED TO issue 251. == https://www.austingroupbugs.net/view.php?id=243 == Reported By:dwheeler Assi

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

2023-01-19 Thread Stephane Chazelas via austin-group-l at The Open Group
[...] > On page 3106 line 105084 section read (SYNOPSIS), > change:read [-r] > var...to:read [-r] [-d > delim] var... [...] About read -d, when stdin is a terminal device, I find that all of ksh93, zsh and bash (not mksh) do the equivalent of "stty -icanon" at least. ksh93 also sets eol to the cor

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

2023-01-17 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The following issue has a resolution that has been APPLIED. == https://austingroupbugs.net/view.php?id=243 == Reported By:dwheeler Assigned T

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

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

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

2023-01-12 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

[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

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

2023-01-09 Thread Stephane Chazelas via austin-group-l at The Open Group
2023-01-09 16:20:13 +, Austin Group Bug Tracker via austin-group-l at The Open Group: [...] > 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. [...] [re

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

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

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

2023-01-09 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-09 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The issue 245 has been set as DUPLICATE OF the following issue. == https://austingroupbugs.net/view.php?id=243 == Reported By:dwheeler As

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

2023-01-09 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
The issue 244 has been set as DUPLICATE OF the following issue. == https://austingroupbugs.net/view.php?id=243 == Reported By:dwheeler As

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

2022-12-09 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"

2022-12-09 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"

2022-12-08 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"

2022-12-08 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"

2022-12-08 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