I have a text file that has coordinates in it. The text file looks like this:
52.56747345
-1.30973574
What I would like to do within raspberry pi shell script is to read the file and then create two variables. One being latitude which is the first value in the text file and the second being longitude which is the second value. Im not sure how to do this so could i please get some help.