print line whatever line i want in a file... there any way

Hi friends

I need to get what ever line number i want

Supplier.profile
-----------------
SFTP/INVTRAN
SFTP/INVSNAP
GATEWAY/INVTRAN
GATEWAY/INVSNAP

----------------

exec 0<$Supplier.profile
while read LINE
do
echo $LINE
done
------------------------------

it prints line by line but i need what ever line i want
like

line4 -> GATEWAY/INVSNAP
OR
LINE3 -> GATEWAY/INVTRAN

is there any way to get like that

Thanks
Krish.

No duplicate or cross-posting, read the rules.

Proceed here:

http://www.unix.com/shell-programming-scripting/65325-want-line-whatever-i-want-there-any-way.html\#post302195597

Thread closed.