[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How do I determine the existence (or non-existence) of a file from a
From: |
Eli Zaretskii |
Subject: |
Re: How do I determine the existence (or non-existence) of a file from an AWK script? |
Date: |
Tue, 11 Apr 2023 08:36:32 +0300 |
> Date: Mon, 10 Apr 2023 16:55:27 -0400
> From: "Andrew J. Schorr" <aschorr@telemetry-investments.com>
> Cc: help-gawk@gnu.org
>
> Here are a couple of efficient solutions that don't involve running a child
> process.
Thanks, I'm quite sure such a solution is preferable in this case,
since running a program first needs to find a program that would be
available on all the supported platforms, whereas the programs
suggested in this thread up until now exist only on some platforms.