Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash read

echo -n "Type something and press enter: ";
read;
echo You typed ${REPLY}
 
PREVIOUS NEXT
Tagged: #bash #read
ADD COMMENT
Topic
Name
1+7 =