Duplicated shell commands on the tz-link.html IANA page
Hi, Some time ago I have noticed that shell commands are duplicated in the "Downloading the tz database" section on the following page https://data.iana.org/time-zones/tz-link.html#download
mkdir tzdb cd tzdb wget https://www.iana.org/time-zones/repository/tzcode-latest.tar.gz wget https://www.iana.org/time-zones/repository/tzdata-latest.tar.gz gzip -dc tzcode-latest.tar.gz | tar -xf - gzip -dc tzdata-latest.tar.gz | tar -xf -
I think it is better to remove some commands.
The tzcode and tzdata names are different. On Wed, May 25, 2022 at 10:31 AM Max Nikulin via tz <tz@iana.org> wrote:
Hi,
Some time ago I have noticed that shell commands are duplicated in the "Downloading the tz database" section on the following page https://data.iana.org/time-zones/tz-link.html#download
mkdir tzdb cd tzdb wget https://www.iana.org/time-zones/repository/tzcode-latest.tar.gz wget https://www.iana.org/time-zones/repository/tzdata-latest.tar.gz gzip -dc tzcode-latest.tar.gz | tar -xf - gzip -dc tzdata-latest.tar.gz | tar -xf -
I think it is better to remove some commands.
-- Jonathan Leffler <jonathan.leffler@gmail.com> #include <disclaimer.h> Guardian of DBD::Informix - v2018.1031 - http://dbi.perl.org "Blessed are we who can laugh at ourselves, for we shall never cease to be amused."
On 25/05/2022 23:34, Jonathan Leffler wrote:
The tzcode and tzdata names are different.
I am really sorry. I was confused by links in first commands, it is more prominent difference, so I missed that file names are not the same despite equal length. I decided that unintentional copies were made before adding markup for links.
> wget https://www.iana.org/time-zones/repository/tzcode-latest.tar.gz > wget https://www.iana.org/time-zones/repository/tzdata-latest.tar.gz > gzip -dc tzcode-latest.tar.gz | tar -xf - > gzip -dc tzdata-latest.tar.gz | tar -xf -
participants (2)
-
Jonathan Leffler -
Max Nikulin