Re: [dev] [sbase] find and xargs different results than busybox

2018-07-20 Thread Cág
Markus Wichmann wrote: > Because ls's job is to list files. Not to columnate output. There's > another tool for that. Makes sense; there's cols(1) for that. > Unfortunately, GNU ls is capable of outputting color codes, but BSD > column is not capable of understanding them. I tried to write somet

Re: [dev] [sbase] find and xargs different results than busybox

2018-07-20 Thread Markus Wichmann
On Thu, Jul 19, 2018 at 03:49:10PM -0400, Cág wrote: > If you take a look at README (https://git.suckless.org/sbase/tree/README), > you'll find out completeness of the programs and missing arguments; out > of all I only wonder why multi-column output of ls(1) is intentionally > left out. On Plan 9