Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: lost sysread
- X-seq: zsh-users 29888
- From: Lawrence Velázquez <larryv@xxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- Cc: zsh-users@xxxxxxx
- Subject: Re: lost sysread
- Date: Sun, 05 May 2024 01:23:25 -0400
- Archived-at: <https://zsh.org/users/29888>
- Feedback-id: iaa214773:Fastmail
- In-reply-to: <CAH+w=7Z7V22OO14zhahkAEH+jUuTqM-wOdWCwa+NMarnv0jZnA@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- References: <08c57670-aa9f-41db-b0d3-574ec1e222f0@eastlink.ca> <c6749e91-39bc-4a99-a15d-1adf7cea215f@app.fastmail.com> <CAH+w=7Z7V22OO14zhahkAEH+jUuTqM-wOdWCwa+NMarnv0jZnA@mail.gmail.com>
On Fri, May 3, 2024, at 7:57 PM, Bart Schaefer wrote:
> On Fri, May 3, 2024 at 4:56 PM Lawrence Velázquez <larryv@xxxxxxx> wrote:
>>
>> The sysread builtin is provided by the zsh/system module. You have
>> to load the module and enable sysread before you can use it.
>>
>> zmodload -F zsh/system b:sysread
>
> Just
> zmodload zsh/system
> will enable all the builtins, it's not actually necessary to
> explicitly call out sysread.
Right; I just didn't want to recommend a command that would do more
than absolutely necessary.
--
vq
Messages sorted by:
Reverse Date,
Date,
Thread,
Author