The following issue has been SUBMITTED. 
====================================================================== 
https://austingroupbugs.net/view.php?id=1777 
====================================================================== 
Reported By:                stephane
Assigned To:                
====================================================================== 
Project:                    Issue 8 drafts
Issue ID:                   1777
Category:                   Shell and Utilities
Type:                       Error
Severity:                   Objection
Priority:                   normal
Status:                     New
Name:                       Stephane Chazelas 
Organization:                
User Reference:              
Section:                    find utility EXAMPLES 
Page Number:                2923 
Line Number:                97767 and below 
Final Accepted Text:         
====================================================================== 
Date Submitted:             2023-09-29 15:32 UTC
Last Modified:              2023-09-29 15:32 UTC
====================================================================== 
Summary:                    inaccuracy in find example 10
Description: 
On example 10: -size +199999 yields true for files whose size round up to
an integer number of 512 byte units is strictly greater than 199999 so
that's for files that are 199999*512+1 bytes or larger, not "100000 KiB or
larger".
Desired Action: 
Either change the code to -size +200000 and the text to "for files of size
larger than 100000KiB"

or

keep the text and change the code to -size +102399999c or to '(' -size
200000 -o -size +200000 ')' or ! -size -200000
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2023-09-29 15:32 stephane       New Issue                                    
2023-09-29 15:32 stephane       Name                      => Stephane Chazelas
2023-09-29 15:32 stephane       Section                   => find utility
EXAMPLES
2023-09-29 15:32 stephane       Page Number               => 2923            
2023-09-29 15:32 stephane       Line Number               => 97767 and below 
======================================================================


  • [Issue 8 dra... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Issue ... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Issue ... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Issue ... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Issue ... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Issue ... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Issue ... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Issue ... Austin Group Bug Tracker via austin-group-l at The Open Group

Reply via email to