$ cat /tmp/hello hello\ world $ /tmp/hello /tmp/hello: line 1: hello world: command not found
$ cat >hello Hello\ World\! $ chmod +x hello $ ./hello ./hello: line 1: Hello World!: command not found
* fix: adheres to Hello World! standard now
* fix: adheres to Hello World! standard now