#!/bin/bashvar="one two three four giberish-giberish five giberish-giberish six"awk 'BEGIN{RS=ORS=" "} length($0) <= 6' <<< "$var"
Standard input is empty
one two three four five six
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!