Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while read line
- do
- echo "Just echoing what were working on... - $line"
- clientid=$(awk -F"," {'print $1'})
- echo "$line"
- done <output.csv
RAW Paste Data