SyntaxFix
Write A Post
Hire A Developer
Questions
#!/bin/bash echo Please, enter your name read NAME echo "Hi $NAME!" if [ "x$NAME" = "xyes" ] ; then # do something fi
I s a short script to read in bash and echo back results.