#!/bin/bashs='123 ABC12345 ABC-test'awk '$2=="ABC"' <<< "$s"awk '/([[:space:]]|^)ABC([[:space:]]|$)/' <<< "$s"
Standard input is empty
123 ABC 123 ABC
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!