|
|
|
|
|
by sjs
4991 days ago
|
|
The easiest and naive way to fix that is to buffer the whole thing. Don't use this to do `ls-comma -lR ~`, but only on small directory hierarchies. https://github.com/samsonjs/bin/blob/master/ls-comma It's a disgusting hack and it works very well. I didn't find anything useful in the man page so I wrote this instead. Looks like there is something in the man page but I think my hack was probably faster. |
|