#!/bin/bash Name='Rich Ba$tard'dough='$$$dollars$$$'cat <<____HERE$Name, you can win a lot of '$dough' this week!Notice that \`backticks' need escaping if you wantliteral text, not `pwd`, just like in variables like\$HOME (current value: $HOME)____HERE
Standard input is empty
Rich Ba$tard, you can win a lot of '$$$dollars$$$' this week! Notice that `backticks' need escaping if you want literal text, not /home/lH9ZB5, just like in variables like $HOME (current value: /home/lH9ZB5)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!