#!/bin/bashs='abc,123,mno,xyz,1234mno,123,abc,rpt,pqr,2345xyz,456,uyt,rtp,rto,'awk -F, '{s=(NF==6 ? $3","$4 : $3); print s}' <<< "$s"
Standard input is empty
mno abc,rpt uyt,rtp
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!