- infos = Information about the iterate plugin is in keys below
- infos/author = Name name@libelektra.org
- infos/licence = BSD
- infos/provides =
- infos/needs =
- infos/placements = presetstorage postgetstorage
- infos/status = unfinished nodoc concept nodep libc experimental
- infos/description =
Suppose you have a plugin bar that exports the function foo(Key *k)
.
Then you can mount:
kdb mount file.dump /example/iterate dump iterate when=bar foo Key
Which will execute foo(k)
for every key that has the meta-data when
.