i wanna execute ls command inplace of the output being "your name is ls" is there a way to do it ?
read -p "name??" name echo "your name is $name"
i wanna execute ls command inplace of the output being "your name is ls" is there a way to do it ?
read -p "name??" name echo "your name is $name"