A NOTE has been added to this issue. 
====================================================================== 
https://austingroupbugs.net/view.php?id=243 
====================================================================== 
Reported By:                dwheeler
Assigned To:                ajosey
====================================================================== 
Project:                    1003.1(2008)/Issue 7
Issue ID:                   243
Category:                   Shell and Utilities
Type:                       Enhancement Request
Severity:                   Objection
Priority:                   normal
Status:                     Under Review
Name:                       David A. Wheeler 
Organization:               IDA 
User Reference:              
Section:                    find 
Page Number:                2740 
Line Number:                89194 
Interp Status:              --- 
Final Accepted Text:        https://austingroupbugs.net/view.php?id=243#c6100 
====================================================================== 
Date Submitted:             2010-04-29 19:23 UTC
Last Modified:              2023-01-10 10:32 UTC
====================================================================== 
Summary:                    Add -print0 to "find"
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
has duplicate       0000244 Add -0 to xargs
has duplicate       0000245 Add -0 option to shell's "read"
has duplicate       0000903 Please, add find -print0, xargs -0, rea...
====================================================================== 

---------------------------------------------------------------------- 
 (0006106) geoffclare (manager) - 2023-01-10 10:32
 https://austingroupbugs.net/view.php?id=243#c6106 
---------------------------------------------------------------------- 
Revised proposal for the xargs DESCRIPTION change:
<blockquote>If the <b>-0</b> option is not specified, the application shall
ensure that arguments in the standard input are delimited by unquoted
<blank> characters, unescaped <blank> characters, or <newline> characters,
and quoting characters shall be interpreted as follows: <ul>
<li>A string of zero or more non-double-quote ('"') non-<newline>
characters can be quoted by enclosing them in double-quotes.</li>
<li>A string of zero or more non-<apostrophe> ('\'') non-<newline>
characters can be quoted by enclosing them in <apostrophe>
characters.</li>
<li>Any unquoted character can be escaped by preceding it with a
<backslash>.</li> </ul>
Multiple adjacent delimiter characters shall be treated as a single
delimiter. If the standard input is not empty and does not end with a
<newline>, the behavior is undefined (because the requirement in STDIN that
the input is a text file is not met in that case).

If the <b>-0</b> option is specified, the application shall ensure that
arguments in the standard input are delimited by null bytes. If multiple
adjacent null bytes occur in the input, each null byte shall be treated as
a delimiter. If the standard input is not empty and does not end with a
null byte, it is unspecified whether the trailing non-null bytes are
ignored or are used as the last argument passed to <i>utility</i>.

The utility named by <i>utility</i> shall be executed one or more times
until the end-of-file is reached or the logical end-of file string is
found. The results are unspecified if the utility named by <i>utility</i>
attempts to read from its standard input.</blockquote>

The use of "separated" in the text for the -I option should also change to
"delimited".

In addition, at the end of the <i>find</i> EXAMPLES addition, this text:
<blockquote>the partial pathname will be processed as if it was a complete
pathname.</blockquote>
should say "may" instead of "will". 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-04-29 19:23 dwheeler       New Issue                                    
2010-04-29 19:23 dwheeler       Status                   New => Under Review 
2010-04-29 19:23 dwheeler       Assigned To               => ajosey          
2010-04-29 19:23 dwheeler       Name                      => David A. Wheeler
2010-04-29 19:23 dwheeler       Organization              => IDA             
2010-04-29 19:23 dwheeler       Section                   => find            
2010-04-29 19:23 dwheeler       Page Number               => 2740            
2010-04-29 19:23 dwheeler       Line Number               => 89194           
2011-07-06 23:42 Don Cragun     Relationship added       related to 0000244  
2011-07-06 23:42 Don Cragun     Relationship added       related to 0000245  
2011-07-06 23:54 Don Cragun     Note Added: 0000882                          
2011-11-16 18:22 dwheeler       Note Added: 0001020                          
2015-03-12 16:15 Don Cragun     Relationship added       has duplicate 0000903
2022-12-08 15:39 geoffclare     Note Added: 0006091                          
2022-12-08 15:40 geoffclare     Note Edited: 0006091                         
2022-12-08 16:21 stephane       Note Added: 0006092                          
2022-12-08 16:23 stephane       Note Edited: 0006092                         
2022-12-08 16:32 stephane       Note Added: 0006093                          
2022-12-08 17:02 stephane       Note Edited: 0006093                         
2022-12-09 10:22 geoffclare     Note Edited: 0006091                         
2022-12-09 10:30 geoffclare     Note Edited: 0006091                         
2022-12-09 10:44 geoffclare     Note Edited: 0006091                         
2022-12-09 10:50 geoffclare     Note Added: 0006094                          
2022-12-09 11:21 geoffclare     Note Edited: 0006091                         
2022-12-09 12:09 stephane       Note Added: 0006095                          
2023-01-09 16:13 Don Cragun     Relationship replaced    has duplicate 0000244
2023-01-09 16:17 Don Cragun     Relationship replaced    has duplicate 0000245
2023-01-09 16:20 geoffclare     Note Added: 0006100                          
2023-01-09 16:23 geoffclare     Note Edited: 0006100                         
2023-01-09 16:24 geoffclare     Note Edited: 0006100                         
2023-01-09 16:26 geoffclare     Interp Status             => ---             
2023-01-09 16:26 geoffclare     Final Accepted Text       =>
https://austingroupbugs.net/view.php?id=243#c6100    
2023-01-09 16:26 geoffclare     Status                   Under Review =>
Resolved
2023-01-09 16:26 geoffclare     Resolution               Open => Accepted As
Marked
2023-01-09 16:26 geoffclare     Tag Attached: issue8                         
2023-01-09 17:07 geoffclare     Note Edited: 0006100                         
2023-01-10 10:08 geoffclare     Note Added: 0006105                          
2023-01-10 10:08 geoffclare     Status                   Resolved => Under
Review
2023-01-10 10:08 geoffclare     Resolution               Accepted As Marked =>
Reopened
2023-01-10 10:32 geoffclare     Note Added: 0006106                          
======================================================================


  • [1003.1(2008... Austin Group Bug Tracker via austin-group-l at The Open Group
  • [1003.1(2008... Austin Group Bug Tracker via austin-group-l at The Open Group
  • [1003.1(2008... Austin Group Bug Tracker via austin-group-l at The Open Group
  • [1003.1(2008... Austin Group Bug Tracker via austin-group-l at The Open Group
    • Re: [10... Stephane Chazelas via austin-group-l at The Open Group
      • Re:... Geoff Clare via austin-group-l at The Open Group
        • ... Stephane Chazelas via austin-group-l at The Open Group
          • ... Stephane Chazelas via austin-group-l at The Open Group
  • [1003.1(2008... Austin Group Bug Tracker via austin-group-l at The Open Group
  • [1003.1(2008... Austin Group Bug Tracker via austin-group-l at The Open Group
  • [1003.1(2008... Austin Group Bug Tracker via austin-group-l at The Open Group
  • [1003.1(2008... Austin Group Bug Tracker via austin-group-l at The Open Group
    • Re: [10... Stephane Chazelas via austin-group-l at The Open Group
      • Re:... Geoff Clare via austin-group-l at The Open Group
  • [1003.1(2008... Austin Group Bug Tracker via austin-group-l at The Open Group
  • [1003.1(2008... Austin Group Bug Tracker via austin-group-l at The Open Group
  • [1003.1(2008... Austin Group Bug Tracker via austin-group-l at The Open Group
    • Re: [10... Stephane Chazelas via austin-group-l at The Open Group
  • [1003.1(2008... Austin Group Bug Tracker via austin-group-l at The Open Group
  • [1003.1(2008... Austin Group Bug Tracker via austin-group-l at The Open Group
  • [1003.1(2008... Austin Group Bug Tracker via austin-group-l at The Open Group

Reply via email to