I know I can use lsof to list open files, and I know I can use find to find files by inode within a given directory.
But how can I effectively combine these two programs to list all open files which are open within a given directory? Or is there a better way to answer this question?