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