bugfindutils - Bugs: bug #18715, <space> (or <tab>)...

 
 

bug #18715: <space> (or <tab>) followed by <NL> combined with xargs -l

Submitter:  None
Submitted:  Sat 06 Jan 2007 09:06:22 PM UTC
   
 
Category:  xargs Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Wrong result
Status:  Invalid Privacy:  Public
Assigned to:  jay Originator Name:  Stephane Chazelas
Originator Email:  -email is unavailable- Open/Closed:  Closed
Release:  4.2.29 Fixed Release:  None
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

Sat 24 Feb 2007 10:32:47 AM UTC, comment #1: 

Trailing blanks signify a line continuation with -L.  Therefore I believe that the current behaviour is correct.

James Youngman <jay>
Group administrator
Sat 06 Jan 2007 09:06:22 PM UTC, original submission:  

$ printf 'a \nfoo' | xargs -l1
a foo

Should output the same as:

$ printf 'a\nfoo' | xargs -l1

That is:

a
foo

Anonymous

 

Attached Files

This item currently has no attached files.

(Note: upload size limit is set to 16MiB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

Carbon-Copy List
  • -email is unavailable- added by jay (Posted a comment)
  •  

    Votes

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    History

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-02-24 jay StatusNone Invalid
        Assigned toNone jay
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.16.
    Corresponding source code