Guest User

Untitled

a guest
Jun 21st, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. qweasd [email protected] 256.62394383
  2. qweasdczasd [email protected] 256.62394383
  3. qwedddasd [email protected] 256.62394383
  4. qweavvvdsd [email protected] 256.62394383
  5.  
  6. # awk -F, '{print $1 "t" $2 "t" $3}' customers
  7.  
  8. # awk 'BEGIN{FS=","; OFS="t"} {print $1, $2, $3}' customers
  9.  
  10. # awk 'BEGIN{FS=","; OFS="t"} {print}' customers
Advertisement
Add Comment
Please, Sign In to add comment