Re: [PATCH 0/4] More ls improvements

2024-03-01 Thread Vladimir 'phcoder' Serbinenko
Le ven. 6 oct. 2023, 10:25, Glenn Washburn a écrit : > On Thu, 14 Sep 2023 15:08:00 -0500 > Glenn Washburn wrote: > > > On Thu, 14 Sep 2023 17:37:10 +0200 > > "Vladimir 'phcoder' Serbinenko" wrote: > > > > > Le lun. 14 août 2023, 20:58, Glenn Washburn < > developm...@efficientek.com> a > > > éc

Re: [PATCH 0/4] More ls improvements

2024-03-01 Thread Daniel Kiper
On Thu, Feb 29, 2024 at 02:57:34PM -0600, Glenn Washburn wrote: > Hi Daniel, > > On Thu, 14 Sep 2023 16:44:46 +0200 > Daniel Kiper wrote: > > > On Mon, Aug 14, 2023 at 01:57:06PM -0500, Glenn Washburn wrote: > > > Currently when given a path to a file, ls will open the file to determine > > > if i

Re: [PATCH 0/4] More ls improvements

2024-02-29 Thread Glenn Washburn
Hi Daniel, On Thu, 14 Sep 2023 16:44:46 +0200 Daniel Kiper wrote: > On Mon, Aug 14, 2023 at 01:57:06PM -0500, Glenn Washburn wrote: > > Currently when given a path to a file, ls will open the file to determine > > if its is valid and then run the appropriate print function, in contrast to > > di

Re: [PATCH 0/4] More ls improvements

2023-10-06 Thread Glenn Washburn
On Thu, 14 Sep 2023 15:08:00 -0500 Glenn Washburn wrote: > On Thu, 14 Sep 2023 17:37:10 +0200 > "Vladimir 'phcoder' Serbinenko" wrote: > > > Le lun. 14 août 2023, 20:58, Glenn Washburn a > > écrit : > > > > > Currently when given a path to a file, ls will open the file to determine > > > if i

Re: [PATCH 0/4] More ls improvements

2023-09-14 Thread Glenn Washburn
On Thu, 14 Sep 2023 17:37:10 +0200 "Vladimir 'phcoder' Serbinenko" wrote: > Le lun. 14 août 2023, 20:58, Glenn Washburn a > écrit : > > > Currently when given a path to a file, ls will open the file to determine > > if its is valid and then run the appropriate print function, in contrast to > >

Re: [PATCH 0/4] More ls improvements

2023-09-14 Thread Vladimir 'phcoder' Serbinenko
Le lun. 14 août 2023, 20:58, Glenn Washburn a écrit : > Currently when given a path to a file, ls will open the file to determine > if its is valid and then run the appropriate print function, in contrast to > directory arguments that use the directory iterator and callback on each > file. One is

Re: [PATCH 0/4] More ls improvements

2023-09-14 Thread Daniel Kiper
On Mon, Aug 14, 2023 at 01:57:06PM -0500, Glenn Washburn wrote: > Currently when given a path to a file, ls will open the file to determine > if its is valid and then run the appropriate print function, in contrast to > directory arguments that use the directory iterator and callback on each > file

[PATCH 0/4] More ls improvements

2023-08-14 Thread Glenn Washburn
Currently when given a path to a file, ls will open the file to determine if its is valid and then run the appropriate print function, in contrast to directory arguments that use the directory iterator and callback on each file. One issue with this is that opening a file does not allow access to it