Hi Ingo, On Thu, Oct 05, 2023 at 05:32:07PM +0200, Ingo Schwarze wrote: > In general, ls(1) strives to dynamically determine the required > column width. It already does that for the file size column. > Given that device numbers use the same column, i think the solution > that is cleanest, most robust, most aesthetically pleasing, least > wasteful with respect to space, and easiest to maintain is simply > doing the same for device numbers, see the patch below.
This looks good and works fine for me.