[Bug 4393] New: xargs + bzcat does not work

bugzilla at busybox.net bugzilla at busybox.net
Fri Oct 28 21:44:08 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=4393

           Summary: xargs + bzcat does not work
           Product: Busybox
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Standard Compliance
        AssignedTo: unassigned at busybox.net
        ReportedBy: colchaodemola at gmail.com
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


# ls -la /tmp/*.bz2
-rw-r--r--    1 root     root            39 Oct 28 18:30 /tmp/a.bz2
-rw-r--r--    1 root     root            39 Oct 28 18:30 /tmp/b.bz2
# 
# 
# bzcat  /tmp/*.bz2
b
a
# 
# ls -rt /tmp/*.bz2 | xargs bzcat    ********************
a
bzcat: short write
bzcat: close failed: Bad file descriptor
# 
# ls -rt /tmp/*.bz2 | xargs echo bzcat
#
bzcat /tmp/b.bz2 /tmp/a.bz2
# ls -rt /tmp/*.bz2 | xargs echo bzcat | sh
a
b
# 


why the marked (***)command does not work ? in gnu equivalents it works just
fine.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list