Time pass to be honest,may work as a reference later,I am not sure.
#!/bin/bash
echo "Enter first string"
read string1
echo "Enter second string"
read string2
echo "$string1 $string2"
No comments:
Post a Comment