zsh hello world example


Introduction to Zsh

zsh (Z Shell) is a command-line interpreter for UNIX, it is free to use and has some great commands and features that will allow you to get the maximum out of it to do your day-to-day work.

If you are a Ubuntu or Windows user using Bash you can get Zsh installed by following this tutorial.

The first command: print

Move to the zsh shell by typing zsh, you should see the # prompt. Let's type print hello world, you should see the output hello world printed on your Terminal console.

# print hello, world!
hello, world!
Zsh Hello World Example
Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap