Read a single line in a file.



Hello List,

I have a file with multiple lines. I want to read only the first line.
and a particular word in that line.

For eg:
File.txt

apple,grape,orange,banana
some other lines
continued.

So I want only the word grape here. How to get it?
.