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 $
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 $ |
Bookmark
·
Search ·
Market