A NOTE has been added to this issue. 
====================================================================== 
https://austingroupbugs.net/view.php?id=1628 
====================================================================== 
Reported By:                mirabilos
Assigned To:                
====================================================================== 
Project:                    Online Pubs
Issue ID:                   1628
Category:                   Shell and Utilities
Type:                       Enhancement Request
Severity:                   Editorial
Priority:                   normal
Status:                     New
Name:                       mirabilos 
Organization:               MirBSD 
User Reference:              
URL:                       
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/xargs.html 
Section:                    xargs(1) 
====================================================================== 
Date Submitted:             2023-01-15 17:18 UTC
Last Modified:              2023-01-15 17:57 UTC
====================================================================== 
Summary:                    Add -o (reopen stdin) option to xargs(1)
====================================================================== 

---------------------------------------------------------------------- 
 (0006111) oguzismailuysal (reporter) - 2023-01-15 17:57
 https://austingroupbugs.net/view.php?id=1628#c6111 
---------------------------------------------------------------------- 
I don't think this is a good example:

    find . -name \*.h -print0 | xargs -0or $EDITOR

xargs is not even necessary there. See:

    find . -name '*.h' -exec "$EDITOR" {} + 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2023-01-15 17:18 mirabilos      New Issue                                    
2023-01-15 17:18 mirabilos      Name                      => mirabilos       
2023-01-15 17:18 mirabilos      Organization              => MirBSD          
2023-01-15 17:18 mirabilos      URL                       =>
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/xargs.html
2023-01-15 17:18 mirabilos      Section                   => xargs(1)        
2023-01-15 17:57 oguzismailuysalNote Added: 0006111                          
======================================================================


  • [Online Pubs... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group
    • [Online... Austin Group Bug Tracker via austin-group-l at The Open Group

Reply via email to