When I try to use the read command in Bash like this:
read
echo hello | read str echo $str
Nothing echoed, while I think str<
str<
Do you need the pipe?
echo -ne "$MENU" read NUMBER