#!/bin/bashs='Student;Grade;Comment;Eric;1;None;Smith;2;None;Thomas;1;None;Chad;3;Nice work;'sed -E 's/(Eric|Chad);[0-9]*/\1;2/g' <<< "$s"
Standard input is empty
Student;Grade;Comment; Eric;2;None; Smith;2;None; Thomas;1;None; Chad;2;Nice work;
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!