Z shell is an open source programming language created in 1990 by Paul Falstad.
#138on PLDB | 34Years Old |
The Z shell (Zsh) is a Unix shell that can be used as an interactive login shell and as a powerful command interpreter for shell scripting. Zsh is an extended Bourne shell with a large number of improvements, including some features of Bash, ksh, and tcsh.. Read more on Wikipedia...
echo "Hello, world!"
#!/bin/zsh
echo "Hello World"
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ | echo | |
Here Document | ✓ |