The brute-force approach would be to search your entire file system with something like [id://merlyn]'s
, and find all the symlinks that expand to the original path you're looking for. Then you know who points to the original script. This would be feasible if you just needed to know at a point in time. Of course you probably wouldn't want to run it often.