#!/bin/bash cat gy.txt | while read sor do echo $sor done