bash:receive_input_from_user
This is an old revision of the document!
BASH - Receive Input from User
#!/bin/bash echo -n "Enter Something:" read something echo "You Entered: $something"
bash/receive_input_from_user.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1