Answers for "bash read -r option"

0

bash read -r option

#! /bin/bash

read –p “Please type your name” name

echo “Your name is” $name
Posted by: Guest on March-25-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language