anybody know of a replacement for "find" that would be any faster
only reason I'm using find at the folder level, is I don't know the movie file extension yet
the meta file would be something like Batman.avi.tgmd and of coarse it could be any possible file extension .avi. .m2ts .iso .mkv , etc ........
Wild idea: I doubt it would work, but you can try to open a file whose name you don't fully know by using wildcards. Hopefully they will be expanded by the script on the fly and you will get one match... (e.g. Batman.*.tgmd)



