I have a line shapefile (file A) with hundreds of individual lines (animal movement lines) and a second shapefile (file
with a series of line segments that make up a larger line (a freeway). I would like find which lines in file A cross over the lines in file B. I am not interested in the points of intersection, but just which lines cross. In other words I want a filtered version of file A with just the lines that cross over file B. The intersect tool only seems to be able to give me the points of intersection.