#!/bin/bashgrep -Po '(?<=^field_one: ).*' <<< "field_one: 123"grep -Po '^field_one:\s*\K.*' <<< "field_one: 123"
Standard input is empty
123 123
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!