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
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
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
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
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
> >
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
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