Re: [Toybox] [PATCH] A implementaion of the ts command

2023-09-09 Thread Rob Landley
On 9/9/23 21:17, Rob Landley wrote: > > > On 9/9/23 11:39, Oliver Webb wrote: >> --- Original Message --- >> On Friday, September 8th, 2023 at 2:38 AM, Rob Landley >> wrote: >> >> >>> On 9/7/23 23:51, Oliver Webb via Toybox wrote: >>> >>> > I wrote a implementation of the command '

Re: [Toybox] [PATCH] A implementaion of the ts command

2023-09-09 Thread Rob Landley
On 9/9/23 11:39, Oliver Webb wrote: > --- Original Message --- > On Friday, September 8th, 2023 at 2:38 AM, Rob Landley > wrote: > > >> On 9/7/23 23:51, Oliver Webb via Toybox wrote: >> >> > I wrote a implementation of the command 'ts' for toybox >> > > To clarify my earlier emails,

Re: [Toybox] [PATCH] A implementaion of the ts command

2023-09-09 Thread Oliver Webb via Toybox
--- Original Message --- On Friday, September 8th, 2023 at 2:38 AM, Rob Landley wrote: > On 9/7/23 23:51, Oliver Webb via Toybox wrote: > > > I wrote a implementation of the command 'ts' for toybox > To clarify my earlier emails, I normally wouldn't submit a command this obscure, if it

Re: [Toybox] [PATCH] A implementaion of the ts command

2023-09-09 Thread Rob Landley
On 9/8/23 16:48, scsijon wrote: > RFC3161 Random network protocol, that page doesn't contain the word "command". The word "timestamp" occurs in other contexts: $ apropos timestamp futimens (3) - change file timestamps with nanosecond precision futimes (3) - change file timestamps

Re: [Toybox] [PATCH] A implementaion of the ts command

2023-09-08 Thread scsijon
Date: Fri, 8 Sep 2023 07:29:03 -0700 From: enh To: Oliver Webb Cc: Rob Landley , toybox@lists.landley.net Subject: Re: [Toybox] [PATCH] A implementaion of the ts command Message-ID: Content-Type: text/plain; charset="UTF-8" inferno had something similar (https://www.vit

Re: [Toybox] [PATCH] A implementaion of the ts command

2023-09-08 Thread enh via Toybox
inferno had something similar (https://www.vitanuova.com/inferno/man/1/timestamp.html) but i don't think it was ever in Plan 9 or the research unixes. (i've never used the inferno timestamp(1) either, but then i never used inferno as heavily as i used plan 9.) On Fri, Sep 8, 2023 at 6:11 AM Oliver

Re: [Toybox] [PATCH] A implementaion of the ts command

2023-09-08 Thread Oliver Webb via Toybox
Sent with Proton Mail secure email. --- Original Message --- On Friday, September 8th, 2023 at 2:38 AM, Rob Landley wrote: > On 9/7/23 23:51, Oliver Webb via Toybox wrote: > > > I wrote a implementation of the command 'ts' for toybox > > > Where is this command from? It's not in

Re: [Toybox] [PATCH] A implementaion of the ts command

2023-09-08 Thread Rob Landley
On 9/7/23 23:51, Oliver Webb via Toybox wrote: > I wrote a implementation of the command 'ts' for toybox Where is this command from? It's not in posix or lsb, nor is it in https://man7.org/linux/man-pages/dir_section_1.html and it's not installed on my debian system either... You reference https:/

[Toybox] [PATCH] A implementaion of the ts command

2023-09-07 Thread Oliver Webb via Toybox
I wrote a implementation of the command 'ts' for toybox The only reasonable online standards document I could find on it was outdated, which is why the -i option exists in my implementation but is not in the standards document I linkedFrom fd89fe4da89b079475a04cbb2bf4464d5fca7a36 Mon Sep 17 00:0