Hi Below is my script ########################################## #!/bin/bash v1=20 v2=30 v3=40 i=1 for i in 1 2 3 do echo $'v'$i'' done ########################################## I want to print the values of v1,v2 and v3 Thanks Kaushal -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list