#!/usr/bin/env bash sep=$'\t' while read one \ && read two \ && read three \ && read fourdo printf "%s\n" "$one$sep$two$sep$three$sep$four"done
one Two Three Four Five Six with spaces Seven Eight Ignored because needs 4 rows
one Two Three Four Five Six with spaces Seven Eight
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!