str='name,title,email1|email2|email3,phone,address'echo $strecho $str | sed 's/|[^|,]*//g'
Standard input is empty
name,title,email1|email2|email3,phone,address name,title,email1,phone,address
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!