#!/bin/bash
 
cat FOOD_DES.txt | cut -f3 -d^ | tr -d "~" | tr [:lower:] [:upper:] | sed -f preprocess/foodedits | preprocess/dbabbrev
