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:54

Don't listen to >>2-3, his code will make your computer
crash. In order to have both the question and the answer on the same line, use
echo "Is your name Anonymous? (Y/N): "; read answer

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