#! /bin/bash
clear

exec 4<&0 0< /home/lbxwz/find.txt
read line1
read line4
read line3
exec 0<&4
echo $line1
echo $line3
echo $line4