bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: anonymous
Subject: [bug #18715] <space> (or <tab>) followed by <NL> combined with xargs -l
Date: Sat, 06 Jan 2007 21:06:24 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1)

URL:
  <http://savannah.gnu.org/bugs/?18715>

                 Summary: <space> (or <tab>) followed by <NL> combined with
xargs -l
                 Project: findutils
            Submitted by: None
            Submitted on: Saturday 01/06/2007 at 21:06 UTC
                Category: xargs
                Severity: 3 - Normal
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Stephane Chazelas
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.29
           Fixed Release: None

    _______________________________________________________

Details:

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

Should output the same as:

$ printf 'a\nfoo' | xargs -l1

That is:

a
foo




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18715>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]