What steps will reproduce the problem?
Unix4j.from(input).cat().xargs().echo(Arg.$all).sort().toStdOut()
What is the expected output? What do you see instead?
expected output is the sorted output of the cat.
Please use labels and text to provide additional information.
The sort breaks the chain. Reason is XargsCommand.join(..) which should now
produce a joined command.
Original issue reported on code.google.com by terz...@gmail.com on 6 Nov 2013 at 8:41
Original issue reported on code.google.com by
terz...@gmail.com
on 6 Nov 2013 at 8:41