Echoing a string

$ echo "FISH"
FISH
$ echo one fish two fish
one fish two fish
$ echo echo
echo
$ echo echo echo
echo echo
$ echo Hi; echo there
Hi
there                                           
$ echo "now is the time"
now is the time              
$ echo $SHELL
/bin/bash
$
search Search · star Market
2023-06-01 · John December · Terms © johndecember.com