hi!
how can i store the output of awk command in a script..
for eg:
in TRY.sh
awk '{ printf "%d", $1 }' filename
var=$1
i want something of this sort...
but this particular thing does'nt work..
i mean if the $1 value is 50 than i am not able to store it in a different variable
for further calculations..
so pls help me out...
TAKE CARE
Regards
Keen Learner
