Guest User

Untitled

a guest
Feb 20th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. export IFS=","
  2.  
  3. cat test | while read a b c d; do echo "$a:$b:$c:$d"; done
  4.  
  5. X1:X2:X3:X4
  6. Y1:Y2:Y3:Y4
Add Comment
Please, Sign In to add comment