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.1576182267.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)