#!/bin/bash for l in $(cat $1); do echo "$l" done