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 > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-27-2005
ganjakh0r ganjakh0r is offline
Registered User
  
 

Join Date: Nov 2005
Posts: 2
bourne shell programming help!

hey,

i have 2 files... orders and products

how do i do calculations on the order using the products ?

say if the products file is:

a123:shirt:10.00
zz123:nice shirt:19.95

and the order file is:

05/08/30 a123 10

zz123 3

Jun-3-1994 a123 2

2005.06.23 a123 2

how do i do the calculation using a shell script ??