#!/bin/sh #script to just grab netIDs from club files #use: ./CSV_converter < *club.csv* > *club_listserv* awk 'BEGIN { FS = "," } ; { print $1 }'