Hi there,<br><br><br>I demoed augeas to a former colleague yesterday, and he had an interesting comment. He said it would seem very useful if it was possible to have a concrete view in a match. For example, I want to know all the crontab entries that are run by root, so I would use <br>
<br>match "/files/etc//entry[user = 'root']"<br><br><br>but then I get the tree that matches. He thinks it would be great if there was a match to actually get the concrete data (i.e. the crontab lines in this case) instead.<br>
<br><br><br>Raphaël<br><br><br><br>