DescriptionFind the paths touched by the specified paths. The output is in a four-column tab-delimited format with the following columns—the name of the specified path, its start coordinate, its end coordinate, and the name of the path that touches it. The start and end coordinates are always 0 and the length of the specified path.OptionsFind paths touched by PATH. This argument may be specified more than once to find paths touched by more than one path.Find paths touched by paths listed in FILE, one per line.