Name: Anonymous 2010-04-11 20:21
Hey nerds, I'm (obviously new to this) working on a simple shell script and this is my question:
How do I get the input (answer) to be on the same line as the question?
echo Is your name Anonymous? (Y/N):
read answerHow do I get the input (answer) to be on the same line as the question?