#!/bin/bashs='G11123,IT,AMIT,INDIAG11124,IT,HEMANT,INDIA'awk 'BEGIN{FS=OFS=","} {print substr($1,1,3) OFS $3 OFS $4}' <<< "$s"
Standard input is empty
G11,AMIT,INDIA G11,HEMANT,INDIA
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!