Write a shell script that takes your name as input and display



script:-

read name

echo "name:-$name"


output:-


vikram
name:-vikram

Post a Comment

If you have any doubts, Please let me know
Thanks!

Previous Post Next Post