The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
How print number
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
How print number
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
04-28-2008
bisla.yogender
Registered User
Join Date: Mar 2008
Posts: 30
Thanks for the help.
I know this was the silliest question I have ever asked, but the solution was not striking since last 1 hour. Now I got the solution. My code should be:
for n in yogi.txt
do
b=`expr $b + 1`
echo "$b.) $n"
done
bisla.yogender
View Public Profile
Find all posts by bisla.yogender
Find bisla.yogender's past nominations received
Find bisla.yogender's present nominations given