#!/bin/bash gawk -f cocIINums.awk test.csv > newTest.csv gawk -f lc.awk Seed=$RANDOM Pass=1 train.csv Pass=2 newTest.csv rm newTest.csv