Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Shell shenanigans

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:

echo Is your name Anonymous? (Y/N):
read answer


How do I get the input (answer) to be on the same line as the question?

Name: Anonymous 2010-04-11 20:49

Use the -n option to echo to prevent it from printing the implicit newline.

Name: >>2 2010-04-11 20:51

Also you will need to either escape the parenthesis or enclose the string inside doublequotes.
echo -n "Is your name Anonymous? (Y/N): "
read answer

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List