#!/bin/bash tablica=(element1 element2 element3) echo ${tablica[*]}
Standard input is empty
element1 element2 element3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!