Write a script to reverse string. the string should be passed as arguments





echo "enter string"

read name

echo $name | rev

 


Post a Comment

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

Previous Post Next Post