bug-findutils
[Top][All Lists]
Advanced

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

[bug #57291] xargs --verbose adds incorrect trailing blank


From: INVALID.NOREPLY
Subject: [bug #57291] xargs --verbose adds incorrect trailing blank
Date: Fri, 22 Nov 2019 23:10:57 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?57291>

                 Summary: xargs --verbose adds incorrect trailing blank
                 Project: findutils
            Submitted by: jidanni
            Submitted on: Sat 23 Nov 2019 04:10:55 AM UTC
                Category: xargs
                Severity: 3 - Normal
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.7.0
           Fixed Release: None

    _______________________________________________________

Details:

$ echo a b c|xargs --verbose -n 1 2>&1|cat -e
echo a $
a$
echo b $
b$
echo c $
c$

Did the user submit 'a '? No. He submitted just 'a', so there should be no
trailing blank.





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57291>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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