Guest
Public paste!

Untitled

By: a guest | Mar 12th, 2010 | Syntax: Bash | Size: 0.33 KB | Hits: 51 | Expires: Never
Copy text to clipboard
  1. this is what is gives currently:
  2.  
  3. customer_name:
  4. test
  5. test
  6.  
  7. contact_name:
  8. name1
  9. name2
  10.  
  11. contact_email:
  12. email1
  13. email2
  14.  
  15.  
  16.  
  17.  
  18.  
  19. ==== this is what i am looking to do ===
  20.  
  21. cusomer_name:
  22. test
  23.  
  24. contact_name:
  25. contact1
  26.  
  27. contact_email:
  28. email1
  29.  
  30. ====
  31.  
  32. cusomer_name:
  33. test
  34.  
  35. contact_name:
  36. contact2
  37.  
  38. contact_email
  39. email2