#!/bin/bash while read read_data; do printf "$read_data\tKey $read_data\n"; done