As outlined in #43 it would be good to have an easy way to discover all metadata trees present under given directory on the filesystem. This would allow us to easily process them one-by-one. A new subcommand find should be added which will list root directories of all subtrees found. Additional options can be provided later to optionally list the metadata as well. Example output:
> cd /usr/share/doc/fmf-0.5/
> fmf find .
./examples/child
./examples/scatter
./examples/deep
./examples/touch
./examples/wget
./examples/merge
As outlined in #43 it would be good to have an easy way to discover all metadata trees present under given directory on the filesystem. This would allow us to easily process them one-by-one. A new subcommand
findshould be added which will list root directories of all subtrees found. Additional options can be provided later to optionally list the metadata as well. Example output: