The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: meghshell
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-28-2008
megh megh is offline
Registered User
  
 

Join Date: Apr 2008
Posts: 38
meghshell

hi all,
I have a file score.txt
it contains date
a 12
b 19
c 29
b 90
a 34
c 7
c 23
a 9
b 33
i want the total score of a,b,c by writing shell script.
thanx megh