#!/bin/bash var1=var1var2=var2var3=var3datap1="$var1$var2"-"$var1"echo "$datap1" datap2="$var1$var2-$var1"echo "$datap2"
Standard input is empty
var1var2-var1 var1var2-var1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!