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
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

Add a New Comment Rich Markup
   

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

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

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

    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.

     

    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.13-f8d8.
    Corresponding source code