#!/bin/bashvar="foo bar"echo dummy | awk -v P1="$var" 'END {printf "blabla %s", P1}'
Standard input is empty
blabla foo bar
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!