Advertisement
Guest User

Untitled

a guest
May 7th, 2014
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. x="Value1|Value2|Value3|Value4@@ Value5|Value6|Value7|Value8@@ Value9"
  4.  
  5. y=`echo "$x" | tr '@@ ' '\n'`
  6.  
  7. echo "$y"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement