ZLE tutorial #2 - File Descriptors, Networking, and More | Video
ZLE tutorial #2 - File Descriptors, Networking, and More | Video
This is not my own content!
ZLE tutorial #2 - File Descriptors, Networking, and More | Video
This is not my own content!
You're viewing a single thread.
From the author, on reddit:
Made a little mistake in there: you can create FDs with higher numbers using eg.
exec {fd}<>pipe
and they'll generate numbers above 10, plus the variables'll be better for scripting.