Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: lost sysread



On Fri, May 3, 2024, at 6:42 PM, Ray Andrews wrote:
> ... for some unknown reason one of my open shells can find sysread 
> while others can't.

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

This has already been done in the shell that works, either by you
or some code you sourced.

-- 
vq




Messages sorted by: Reverse Date, Date, Thread, Author