ericpatton
Technical User
I have a text file consisting of 3 columns: time, latitude, and longitude. My bash script prompts the user for a beginning time and an end time, and I want to use awk to extract all values bewteen these two, including the user-defined values, to a new text file. Each subsequent start-end pair will again use awk and append the selection to the same newly-created text file.
Thanks,
~ Eric.
Thanks,
~ Eric.