hello
Print "Hello, world!", "hello, world" or a customizable text. More information: <https://www.gnu.org/software/hello/>.
Install
- All systems
-
curl cmd.cat/hello.sh
- Debian
-
apt-get install hello
- Ubuntu
-
apt-get install hello
- Arch Linux
-
pacman -S hello
- Kali Linux
-
apt-get install hello
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install hello
- OS X
-
brew install hello
- Raspbian
-
apt-get install hello
- Dockerfile
- dockerfile.run/hello
Print "Hello, world!", "hello, world" or a customizable text. More information: <https://www.gnu.org/software/hello/>.
-
Print "Hello, world!":
hello
-
Print "hello, world", the traditional type:
hello --traditional
-
Print a text message:
hello --greeting="greeting_text"
© tl;dr; authors and contributors