this post was submitted on 17 Jun 2024
4 points (83.3% liked)

zsh

55 readers
6 users here now

The Z shell is a Unix shell that can be used as an interactive login shell and as a command interpreter for shell scripting. Zsh is an extended Bourne shell with many improvements, including some features of Bash, ksh, and tcsh. Zsh was created by Paul Falstad in 1990 while he was a student at Princeton University.

founded 4 months ago
MODERATORS
 

This is not my own content!

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 2 weeks ago

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.