[Edit]+0-0Bash - read text from command lineAmir-Hashempur607Copy1 2 3 4 5 #!/bin/bash read -p "Enter value: " variable echo "Entered value is $variable"