Advertisement
blistovmhz

Untitled

Feb 1st, 2016
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. while read line
  2. do
  3. echo "Just echoing what were working on... - $line"
  4. clientid=$(awk -F"," {'print $1'})
  5. echo "$line"
  6. done <output.csv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement