#!/bin/sh STRING=$(cat<<EOFblah blah blahhello worldhello peoplesomethingEOF) echo "$STRING" | grep -P '^(?!.*hello).*$'
Standard input is empty
blah blah blah something
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!