Re: [PATCH v2 3/3] commands/ls: Proper line breaks between arguments

2024-11-27 Thread Daniel Kiper
On Sat, Jun 08, 2024 at 04:58:33PM -0500, Glenn Washburn wrote: > There should be a blank line before each directory argument and before > each file arugment that come after a directory argument. This brings the > ls command more inline with GNU's ls. Although one key difference still is > that GNU

[PATCH v2 3/3] commands/ls: Proper line breaks between arguments

2024-06-08 Thread Glenn Washburn
There should be a blank line before each directory argument and before each file arugment that come after a directory argument. This brings the ls command more inline with GNU's ls. Although one key difference still is that GNU's ls reorders the output of arguments so that all file arguments are gr