When I run a simple echo 'Hello World'; script in PHP from my terminal on my Mac, I see a percent sign ( % ) at the end of the line.
Why is this? Can I turn this off?
~ php -r "echo 'Hello World';" Hello World% ~

Technically, I don't do this in bash, I run Oh My Zsh if that matters.
php terminal macos
romellem
source share