[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Which Coreutils Programs Use Non-Numeric Input/Data?
From: |
Bernhard Voelker |
Subject: |
Re: Which Coreutils Programs Use Non-Numeric Input/Data? |
Date: |
Mon, 25 May 2020 18:27:39 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 |
On 2020-05-25 10:36, Nani Hutagaol wrote:
> I am currently in research about programs with non-numeric input, and I
> want to use the program Coreutils. But it has so many programs that I can
> not check one by one to see which non-numeric programs and not.
>
> Through this email, I beg for your help, can you please tell me, Which
> Coreutils programs use non-numeric input/data? I mean the program executing
> text or file, and not integers.
Without knowing your use case or what you want to investigate it's hard to
answer.
>From the list of coreutils programs [1], most of them do not use numeric
input (e.g. the *sum family: md5sum, sha1sum , sha256sum, ...) - and some
do not even use input at all (sleep, rm, kill, touch, ...).
[1] https://git.sv.gnu.org/cgit/coreutils.git/tree/README#n8
Have a nice day,
Berny