#!/bin/bash
C1=a
C2=b
C3=c
for cnt in 1 2 3
do
var=C
var=$var$cnt
echo ????
done
this is the code i need in a script am at....what i want to print is
a
b
c
so this is like a pointer in C...how do i do this in my dear UNIX shell
please help....no, no need of Please and the like....we all are here to help each other...o..o i think u all are here to help me ;-)