linuxNewbie71
Technical User
Hi I have a list from the grocery counter and i have to do the survey on the most popular food items being purchased. There are 10 fields. Field 5 contains the ID of the grocery item, field six contains cost of item,field seven contains location where the item came from and field eight contains
areaID of customer to whom the item was sold. I need to find out
1. fraction of the four most common grocery items in the whole list.
2. cumulative distribution of item costs - for each item the fraction of the amount smaller or equal to an amount A
3.the number of items whcih came from the same location have same ID and went to the same customer area.
I need this stuff to complete my first assignment survey in my new job as an inventory tech support - i tried using awk but couldnt get to this advanced stage. Can anyone help me please?
areaID of customer to whom the item was sold. I need to find out
1. fraction of the four most common grocery items in the whole list.
2. cumulative distribution of item costs - for each item the fraction of the amount smaller or equal to an amount A
3.the number of items whcih came from the same location have same ID and went to the same customer area.
I need this stuff to complete my first assignment survey in my new job as an inventory tech support - i tried using awk but couldnt get to this advanced stage. Can anyone help me please?